public InstanceProducer TryGetProducer(InjectionConsumerInfo consumer, bool handled) =>
 producer.Predicate(new PredicateContext(producer, consumer, handled))
         ? this.producer
         : null;