main
1namespace presentation.windows.common
2{
3    public interface IEvent
4    {
5    }
6}