namespace Implab.ServiceHost.Unity { public interface IInjectionParameter { void Visit(InjectionParameterBuilder builder); } }