protected override void Load(PagingQuery <FollowersQuery> query, Action <PagingResult <User> > success, Action <GetSocialError> error)
 {
     Communities.GetFollowers(query, success, error);
 }