public IEnumerable <Doctor> GetAvailableDoctorsByTime(TimeInterval timeInterval)
 => _doctorService.GetAvailableDoctorsByTime(timeInterval);