super.callReadAction("getActivityIDs", request, new OnSuccessCommand<ArrayList<Long>>()
{
public void onSuccess(final ArrayList<Long> response)
{
Session.getInstance().getEventBus()
.notifyObservers(new GotUnseenActivitiesCountResponseEvent(response));
}
}, useClientCacheIfAvailable);
}