public async Task <OperationResult> Update([FromBody] SiteUpdateModel updateModel)
 {
     return(await _sitesService.Update(updateModel));
 }