protected override void Load(PagingQuery <TopicsQuery> query, Action <PagingResult <Topic> > success, Action <GetSocialError> error)
 {
     Communities.GetTopics(query, success, error);
 }