public async Task <ActionResult> GetProductRating(string productId) { var retVal = await _customerReviewService.GetProductRatingAsync(productId); return(Json(retVal)); }