I have an Inheritance chaine like this:
public class BaseDomainEvent{} public class EventA:BaseDomainEvent {} public class EventB:BaseDomainEvent {}