public static int Rating(this IForumMessage message)
 {
     throw new NotSupportedException();
 }
 public static int DisagreeCount(this IForumMessage message)
 {
     throw new NotSupportedException();
 }
 public static int ActiveModeratorialCount(this IForumMessage message)
 {
     throw new NotSupportedException();
 }