using System.Collections.Immutable; namespace Observatory.Framework.Files.Journal.Other; public class RebootRepair : JournalBase { public ImmutableList Modules { get; init; } }