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