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