{
super.callReadAction("getPopularHashTagsForStream", request, new OnSuccessCommand<ArrayList<String>>()
{
public void onSuccess(final ArrayList<String> response)
{
EventBus.getInstance().notifyObservers(new GotStreamPopularHashTagsEvent(response));
}
}, useClientCacheIfAvailable);
}