public static string GetServicesSubtitle(IServicesControls that) => that.Value <string>("servicesSubtitle");
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.ServiceItem> GetServicesList(IServicesControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.ServiceItem> >("servicesList");