public override Task <ReminderModel?> GetNextReminderAsync()
 {
     return(_data.GetNextAppointmentReminderAsync());
 }