namespace Nitrox.Launcher.Models.Design; public interface IRoutingScreen { object ActiveViewModel { get; set; } }