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