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