public ShortcircuitServiceConnection(IAsyncResultHandler<IApiConnectionResponse> handler) {
      responseHandler = handler;

      response = new ApiResponse();
      response.setCode(HttpURLConnection.HTTP_OK);
      response.setHeaders(new HeaderMap());
    }