`makeRequest(HttpGet httpGet)` uses [`CloseableHttpClient`](https://hc.apache.org/httpcomponents-client-dev/httpclient/apidocs/org/apache/http/impl/client/CloseableHttpClient.html#CloseableHttpClient%28%29) to send GET requests. We can provide an async version of this using [`CloseableHttpAsyncClient`](http://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs/org/apache/http/impl/nio/client/CloseableHttpAsyncClient.html)
makeRequest(HttpGet httpGet)usesCloseableHttpClientto send GET requests.We can provide an async version of this using
CloseableHttpAsyncClient