namespace ContactManager.Presenters.Interfaces{ using Caliburn.PresentationFramework.Screens; public interface IHomePresenter : IScreen {} }