main
1namespace MoMoney.Service.Infrastructure.Eventing
2{
3    public interface IEvent
4    {
5    }
6}