}
});
}
public void showNotification(String title, String message) {
final GUIShowNotification showNotification = new GUIShowNotification(client, httpUri);
showNotification.setTitle(title);
showNotification.setMessage(message);
showNotification.execute();
}