public EventStoreApplicationService(dmIEventStore eventStore)
 {
     this.eventStore = eventStore;
 }
 public NotificationApplicationService(dmIEventStore eventStore)
 {
     this.eventStore = eventStore;
 }