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