namespace Notepad.Presentation.Core { public interface IApplicationController { void Run() where Presenter : IPresenter; } }