}
@Provides()
AsyncConnection<Future<?>> getConnectionImpl() throws IOException {
try {
return new JerseyClientAsyncConnection();
} catch (RequestFailedException e) {
System.out.println(e.getMessage());
System.out.println(e.getStatusCode());
System.out.println(e.getResponseBody());
System.out.flush();