public async Task <IEnumerable <NotificationModel> > Get() { return (await _notificationStore.GetAllNotifications()); }