public StringNode(StringNode rhs) : base(rhs) { value = rhs.value; }
public StringNode(StringNode rhs) : base(rhs) { Value = rhs.Value; }