public void ApplyChange(IntVal amount) { Value += amount.Value; }
public void SetValue(IntVal value) { Value = value.Value; }