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