namespace TheXamlGuy.Framework.Camera; public interface INamedCameraConfiguration { string Name { get; } }