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