public async Task <IEnumerable <Reminder> > GetRemindersToNotify()
 {
     return(await _reminderRepository.GetRemindersToNotify());
 }