using System.Collections.ObjectModel; namespace Bitvault; public class CommandCollection(IList list) : ReadOnlyCollection(list) { }