super.callReadAction("getStreamDiscoverListsDTOAction", null, new OnSuccessCommand<StreamDiscoverListsDTO>()
{
public void onSuccess(final StreamDiscoverListsDTO response)
{
Session.getInstance().getEventBus().notifyObservers(
new GotStreamDiscoverListsDTOResponseEvent(response));
}
}, inUseClientCacheIfAvailable);
}