public virtual void SetDecisionOptions( int decision, IDictionary options ) { Decision d = createDecision( decision ); d.options = options; }