/// <summary>Static getter for Service Icon</summary>
 public static Newtonsoft.Json.Linq.JToken GetServiceIcon(IServiceComponent that)
 {
     return(that.GetPropertyValue <Newtonsoft.Json.Linq.JToken>("serviceIcon"));
 }
 /// <summary>Static getter for Service Intro</summary>
 public static string GetServiceIntro(IServiceComponent that)
 {
     return(that.GetPropertyValue <string>("serviceIntro"));
 }
 /// <summary>Static getter for Service Button Text</summary>
 public static string GetServiceButtonText(IServiceComponent that)
 {
     return(that.GetPropertyValue <string>("serviceButtonText"));
 }