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