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