public static string GetHeaderTitle(IHeaderSection that) => that.Value <string>("headerTitle");
public static IHtmlString GetHeaderSubtitle(IHeaderSection that) => that.Value <IHtmlString>("headerSubtitle");