public BetweenConstraint(Every b, Timestamp time) { _b = b; _from = time; }
public Every And(Every every) { _operators.Add(every); return this; }