using Artemis.UI.Shared; namespace Artemis.UI.Screens; public interface IMainScreenViewModel { ViewModelBase? TitleBarViewModel { get; } }