namespace FluentConfig.Shell.Presenters{ using Caliburn.PresentationFramework.ApplicationModel; using Caliburn.PresentationFramework.Screens; public class ShellPresenter : ScreenConductor<ScreenBase>, IShellPresenter {} }