public void IncrementShouldWorkCorrectly()
 {
     _memory.Increment();
     Assert.AreEqual(1, _memory.CurrentValue);
 }