public void onSuccess(final UnreadInAppNotificationCountDTO response)
{
Session.getInstance()
.getEventBus()
.notifyObservers(
new NotificationCountsAvailableEvent(response.getNormalPriority(), response
.getHighPriority()));
}
}, useClientCacheIfAvailable);
}