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