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