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