public String getServiceUrl() {
   return authRemoteService.getServiceUrl();
 }
 public void getRemotAuthUrl() throws IOException {
   String url = authRemoteService.getAuthUrl();
   System.out.println(url);
   String json = JSON.toJSONString(url);
   this.sendMessages(json);
 }