public async Task <bool> AssignAppointmentToServiceProvider(AssignAppointmentDTO assignAppointmentDTO)
 {
     return(await _appointmentRepository.AssignAppointmentToServiceProvider(assignAppointmentDTO));
 }