@Override
 public void setUp() throws Exception {
   super.setUp();
   secondClient = new TestClient(hostName, PORT);
 }
 @Override
 protected void tearDown() throws Exception {
   secondClient.dispose();
   super.tearDown();
 }