public async Task <OutputBase> SyncShift([FromBody] AddShiftSync sync)
 {
     return(await _shiftService.AddOrUpdate(sync));
 }