using Stylet; namespace Artemis.UI.Screens.ProfileEditor { public interface IProfileEditorPanelViewModel : IScreen { } }