namespace Implab.ServiceHost.Unity { public abstract class ContainerItemElement { public abstract void Visit(ContainerBuilder context); } }