public Sentence(Rule nextRule) : this(nextRule, nextRule.Id) { }
public Sentence(Rule nextRule, string id) { this.nextRule = nextRule; Id = id; }