/// <summary>Static getter for Title</summary>
 public static string GetTitle(IFooterBasicContent that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
 /// <summary>Static getter for Copyright</summary>
 public static string GetCopyright(IFooterBasicContent that)
 {
     return(that.GetPropertyValue <string>("copyright"));
 }