58596061626364656667
} } // create JsonRpcHttpClient try { jsonRpcHttpClient = new JsonRpcHttpClient(objectMapper, new URL(getServiceUrl()), extraHttpHeaders); } catch (MalformedURLException mue) { throw new RuntimeException(mue); } }