public static ProductReviewDto ToDto(this ProductReview productReview) { return(productReview.MapTo <ProductReview, ProductReviewDto>()); }