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