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