/// <summary>
 /// Reset the internal state of the evaluation scheme if any exists.
 /// </summary>
 public void Reset()
 {
     _innerEvaluator.Reset();
 }