private DateTime GetAppointmentLocalTime()
 {
     return(_timeConverter.ToLocalTime(_appointment.Time, _appointment.Timezone));
 }