public void Get_WasSet_ReturnsSetValue(int value) { _variable.Set(_storage, value); Assert.That(_variable.Get(_storage), Is.EqualTo(value)); }