public interface ICameraLogic
{
bool IsGuiding { get; }
bool UseOrthographicMode { get; }
}
public static class CameraServiceLocator
public static ICameraLogic CameraService { get; set; }