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