using System.Collections.Generic; namespace PRSServer { public class CollapsibleLogEntry : LogEntry { public List<LogEntry> Contents { get; set; } } }