public DeclareNode(DeclareNode original) : base(original) { this.ValueProvider = original.ValueProvider; }