public void ReadCompilerOnlyFenceReturnsInitialValue()
 {
     Assert.AreEqual(InitialValue, _volatile.ReadCompilerOnlyFence(0));
 }