public CategoryDto[] GetList() { CategoryDto[] categories = categoryServiceClient.GetList(); return(categories); }