using Caliburn.PresentationFramework.Screens; namespace GameLibrary.Framework{ public interface IShell : IScreenConductor<IScreen> { } }