new OnSuccessCommand<PluginAndFeedSubscriptionsResponse>()
{
public void onSuccess(final PluginAndFeedSubscriptionsResponse response)
{
Session.getInstance().getEventBus().
notifyObservers(new GotStreamPluginSubscriptionsResponseEvent(response));
}
}, useClientCacheIfAvailable);
}