export interface IDomainEvent {
    occurredOn(): any;
}
