public Assessment(Impact impact, Action action, Confidence confidence) : this(impact, new[] {action}, confidence) { }
public Assessment(Impact impact, Action action, Confidence confidence) : this(impact, new[] { action }, confidence) { }
public Assessment(Impact impact, Action[] action, Confidence confidence) { this.impact = impact; this.action = action; this.confidence = confidence; }