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