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