public IEnumerable <Review> GetReviews([Service] ReviewRepository reviewRepository) { return(reviewRepository.GetByProductUpc(Upc)); }