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