@Override
 public TableName[] listTableNames() throws IOException {
   return wrappedConnection.listTableNames();
 }