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