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