public static string GetTitle(IHeaderTitleComposition that) => that.Value <string>("title");
 public static IHtmlString GetSubtitle(IHeaderTitleComposition that) => that.Value <IHtmlString>("subtitle");