/// <summary>Static getter for Description</summary>
 public static string GetDescription(ISectionBase that)
 {
     return(that.GetPropertyValue <string>("description"));
 }
 /// <summary>Static getter for SectionName</summary>
 public static string GetSectionName(ISectionBase that)
 {
     return(that.GetPropertyValue <string>("sectionName"));
 }
 /// <summary>Static getter for BackgroundImage</summary>
 public static string GetBackgroundImage(ISectionBase that)
 {
     return(that.GetPropertyValue <string>("backgroundImage"));
 }
 /// <summary>Static getter for SectionMainText</summary>
 public static string GetSectionMainText(ISectionBase that)
 {
     return(that.GetPropertyValue <string>("sectionMainText"));
 }