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