public static string GetHeaderTitle(IHeader that) => that.Value <string>("headerTitle");
public static Image GetLogo(IHeader that) => that.Value <Image>("logo");
public static IEnumerable <IPublishedContent> GetHeaderImages(IHeader that) => that.Value <IEnumerable <IPublishedContent> >("headerImages");