using WeatherForecast.Models.Abstractions; namespace WeatherForecast.Models.PageSections { public class TestimonialsSectionModel : PageSectionModel { public List Items { get; set; } } }