private static void postComment(IComment c, String lnkTarget) { updateCommentCount(c); c.AddFeedInfo(lnkTarget); c.AddNotification(lnkTarget); }