using Toolkit.Foundation; namespace Wallet; public interface IWalletHostCollection : IEnumerable { void Add(IComponentHost host); }