using DomainObjects.Abstractions; namespace DomainObjects.PageSections; public class TestimonialsSection : PageSectionBase { public List Items { get; set; } public override int GetHashCode() { throw new NotImplementedException(); } }