namespace Notepad.Presentation.Views.Menu.Help { public interface IAboutApplicationView { void Display(); } }