master
1namespace Notepad.Presentation.Core {
2    public interface IPresenter {
3        void Initialize();
4    }
5}