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