/// <summary>Static getter for Sub Title</summary>
 public static string GetSubTitle(IBasicTitles that)
 {
     return(that.GetPropertyValue <string>("subTitle"));
 }
 /// <summary>Static getter for Main Link</summary>
 public static Umbraco.Web.Models.RelatedLinks GetMainLink(IBasicTitles that)
 {
     return(that.GetPropertyValue <Umbraco.Web.Models.RelatedLinks>("mainLink"));
 }