public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetBackgroundImage(IHeaderContent that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("backgroundImage");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetLogo(IHeaderContent that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("logo");
 public static string GetTeam(IHeaderContent that) => that.Value <string>("team");