namespace Implab.ServiceHost.Unity { public interface ITypeMemberInjection { void Visit(TypeRegistrationBuilder builder); } }