@AfterClass
  public void stopServer() throws Exception {
    closeQuietly(httpClient);

    if (server != null) {
      server.stop();
    }
  }