using TheXamlGuy.Framework.Core; namespace TheXamlGuy.Framework.Camera; public interface ICameraContext : IInitializer { }