public async Task <CompanyDto> Get(int id) { var companyDto = await _companyService.GetCompany(new EntityDto <int>(id)); return(companyDto); }