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