/// <summary>Static getter for Email для оповещения</summary>
 public static string GetEmails(IGlobalDataComponent that)
 {
     return(that.GetPropertyValue <string>("emails"));
 }
 /// <summary>Static getter for Главное меню</summary>
 public static IEnumerable <IPublishedContent> GetMainMenu(IGlobalDataComponent that)
 {
     return(that.GetPropertyValue <IEnumerable <IPublishedContent> >("mainMenu"));
 }
 /// <summary>Static getter for Соц. сети</summary>
 public static IEnumerable <IPublishedContent> GetSocialNetworks(IGlobalDataComponent that)
 {
     return(that.GetPropertyValue <IEnumerable <IPublishedContent> >("socialNetworks"));
 }
 /// <summary>Static getter for Телефон для связи</summary>
 public static string GetGlobalPhone(IGlobalDataComponent that)
 {
     return(that.GetPropertyValue <string>("globalPhone"));
 }