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