main
1namespace presentation.windows
2{
3    public interface Presenter
4    {
5        void present();
6    }
7}