namespace Infrastructure.Events { public interface IEventHander { void Handle(T message); } }