public static string GetCTaheader(IIntro that) => that.Value <string>("cTAHeader");
public static IPublishedContent GetCTaimage(IIntro that) => that.Value <IPublishedContent>("cTAImage");
public static IHtmlString GetCTabody(IIntro that) => that.Value <IHtmlString>("cTABody");