public async Task <IEnumerable <Product> > GetProductsByCategoryAsync(string category) { return(await _productClient.GetByCategoryAsync(category)); }