public virtual DmnEngineConfigurationBuilder DmnHistoryEventProducer(
            IDmnHistoryEventProducer dmnHistoryEventProducer)
        {
            DmnHistoryEventProducerRenamed = dmnHistoryEventProducer;

            return(this);
        }
 public HistoryDecisionEvaluationListener(IDmnHistoryEventProducer historyEventProducer,
                                          IHistoryLevel historyLevel)
 {
     EventProducer     = historyEventProducer;
     this.HistoryLevel = historyLevel;
 }