public CompositeDelayedStatement(RotateDelayedStatement statement) : this() { Statements.Add(statement); }