namespace ContactManager.Presenters.Interfaces{
using Caliburn.PresentationFramework.ApplicationModel;
using Caliburn.PresentationFramework.Screens;
using Model;
publicinterfaceIContactDetailsPresenter : IScreen<Contact>, ISupportCustomShutdown
{
}
}