public async Task ForceUpdate(IEnumerable <CompositeControl> compositeControls)
 {
     foreach (var control in compositeControls)
     {
         await _compositeControlRepository.ForceUpdateAsync(control.Id, control);
     }
 }