public static void PostItem(this ActivityFeedService self, Account account, JID from, string type, string actionItem, string content, string contentUrl, object data)
 {
     self.PostItem(new XmppActivityFeedItem(account, from, type, actionItem, content, contentUrl, data));
 }