@SuppressWarnings("deprecation")
 @AfterMethod
 public void teardown() {
   Closeables.closeQuietly(server);
   Closeables.closeQuietly(client);
 }