public void SetValue(ShortVariable value) => Value = value.Value;
public void AddValue(ShortVariable amount) => Value += amount.Value;