namespace Notepad.Presentation.Core { public interface IPresenter { void Initialize(); } }