public long?GetNextReminderTimestamp()
 {
     return(_reminderRepository.GetNextReminderTimestamp());
 }