public async Task <OutputBase> SyncDoctor([FromBody] AddDoctorSync sync)
 {
     return(await _doctorService.AddOrUpdate(sync));
 }