/// <summary>Static getter for CSS Selector</summary>
 public static string GetGoogleAnalyticsEvent_CssSelector(IGoogleAnalyticsEventBase that)
 {
     return(that.GetPropertyValue <string>("googleAnalyticsEvent_CssSelector"));
 }
 /// <summary>Static getter for Category</summary>
 public static string GetGoogleAnalyticsEvent_Category(IGoogleAnalyticsEventBase that)
 {
     return(that.GetPropertyValue <string>("googleAnalyticsEvent_Category"));
 }