public async Task <OperationResult> Delete(int id) { return(await _installationService.Delete(id)); }