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