public void Can_get_and_add() { _num.SetValue(10.0); _num.GetAndAdd(5.0).Should().Be(10.0); _num.GetValue().Should().Be(15.0); }