public NaesbEventNotificationUpdate(INaesbEventNotificationRepository repository)
 {
     _repository = repository;
 }
 public NaesbEventNotificationGetNotDelivered(INaesbEventNotificationRepository repository)
 {
     _repository = repository;
 }