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