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