public void onSuccess(final PagedSet<PersonModelView> response)
{
Session.getInstance()
.getEventBus()
.notifyObservers(
new GotRequestForGroupMembershipResponseEvent(inRequest.getGroupId(),
inRequest.getGroupShortName(), response));
}
}, inUseClientCacheIfAvailable);
}