public static Amplify.Web.Custom.Models.AmplifyColor GetTextColor(ICookieNotification that) => that.Value <Amplify.Web.Custom.Models.AmplifyColor>("textColor");
 public static bool GetIsEnabled(ICookieNotification that) => that.Value <bool>("isEnabled");
 public static IHtmlString GetCookieText(ICookieNotification that) => that.Value <IHtmlString>("cookieText");
 public static string GetCookieTitle(ICookieNotification that) => that.Value <string>("cookieTitle");
 public static string GetButtonText(ICookieNotification that) => that.Value <string>("buttonText");