1namespace Notepad.Presentation.Views.Menu.Help { 2 public interface IAboutApplicationView { 3 void Display(); 4 } 5}