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