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