public static string GetHeroHeader(IHeroControls that) => that.Value <string>("heroHeader");
public static Image GetHeroImage(IHeroControls that) => that.Value <Image>("heroImage");
public static string GetHeroSubtitle(IHeroControls that) => that.Value <string>("heroSubtitle");