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