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