super.callWriteAction("addFeaturedStream", inRequest, new OnSuccessCommand<Long>()
{
public void onSuccess(final Long response)
{
StreamsDiscoveryModel.getInstance().clearCache();
Session.getInstance().getEventBus().notifyObservers(new AddedFeaturedStreamResponseEvent(response));
}
});
}