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