public async Task <ICollection <GeneratedService.ResponseCompany> > GetCompaniesAsync( [Service] CompanyClient service, CancellationToken cancellationToken) { return(await service.GetAllAsync(cancellationToken)); }