public async Task <ServiceResult> EditDomain(int id, Domain model) { return(await _domainRepository.EditDomain(id, model)); }