@Test
  public void testMasterNameServer() {
    try {
      String ns = dbDao.getMasterNameServer("bcs.com");

      assertNotNull(ns);
      System.out.println(ns);

      db.close();
    } catch (Exception ex) {
      System.err.println(ex.getMessage());
    }
  }