public void AtomicExchangeReturnsInitialValue() { Assert.AreEqual(InitialValue, _volatile.AtomicExchange(NewValue)); }