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