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