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