public async Task <ProductDetails> GetProductDetails(Guid uid) { var details = await _productsClient.GetDetailsAsync(uid); return(details); }