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