/// <summary>Static getter for Title</summary>
 public static string GetForumTitle(IForumCategory that)
 {
     return(that.GetPropertyValue <string>("forumTitle"));
 }
 /// <summary>Static getter for Description</summary>
 public static string GetForumDescription(IForumCategory that)
 {
     return(that.GetPropertyValue <string>("forumDescription"));
 }