@Test
 public void testGeographicPoiGetGet() throws ApiException, IOException {
   PoiApi api = getPoiApi();
   String id = "556eb3c9d61c8170d8cd6410";
   PoiDetailsResponse poiDetailsResponse = api.geographicPoiGetGet(id, null, null);
   System.out.println(poiDetailsResponse.toString());
 }