namespace Implab.ServiceHost.Unity { public interface IFactoryMemberInjection { void Visit(FactoryRegistrationBuilder builder); } }