public void Register(Type type, ContainerBuilder builder) { #if DEBUG builder.AutoRegistrationSkipCustomRegistration(type); #endif }