public Boolean CanHandleEvent(Type domainEventType)
 {
     return(EventType.IsAssignableFrom(domainEventType));
 }