public void ApplyChange(StringVariable amount) => Value += amount.Value;
public void SetValue(StringVariable value) => Value = value.Value;