public static string GetTitle(ITitleComponent that) => that.Value <string>("title");
public static IHtmlString GetSubTitle(ITitleComponent that) => that.Value <IHtmlString>("subTitle");