public string Visit(IntValue value) { return(value.ToString()); }
public double?Visit(IntValue value) { return(value.Value); }