public override decimal Decide(decimal[] input) { return(Condition(input) ? Affirmative.Decide(input) : Negative.Decide(input)); }