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