public async Task <OutputBase> SyncPatient([FromBody] AddPatientSync sync) { return(await _patientService.AddOrUpdate(sync)); }