namespace Implab.ServiceHost.Unity { public interface IConfigurationElement { void Visit(ConfigurationContext context); } }