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