public GetNotificationsQuery(IReadOnlyNotifier notifier, IMapper mapper)
 {
     this.notifier = notifier;
     this.mapper   = mapper;
 }
 public CountUnreadNotificationsQuery(IReadOnlyNotifier notifier)
 {
     this.notifier = notifier;
 }