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