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