namespace CommandTerminal.Utils { using System; using System.Collections.Generic; [Serializable] public sealed class ListWrapper { public List list = new(); } }