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