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