namespace ContactManager.Presenters.Interfaces{ using Caliburn.PresentationFramework.Screens; public interface ISettingsPresenter : IScreenEx {} }