public async Task <int?> CloneLocationAsync( int sourceLocationId, bool shouldTransferEmployeesFromSource) => await _service.CloneLocationAsync( sourceLocationId, shouldTransferEmployeesFromSource);