public function testAggregateRatingWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Product::aggregateRating());
 }