public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.CarouselSlide> GetMainCarousel(ICarouselControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.CarouselSlide> >("mainCarousel");
 public static IEnumerable <CarouselSlide> GetMainCarousel(ICarouselControls that) => that.Value <IEnumerable <CarouselSlide> >("mainCarousel");