public Expression(Value value) { Value = value; }
public PropertyAccessValue(Value target, string property) { Target = target; Property = property; }