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