public void DecrementShouldWorkCorrectly()
 {
     _memory.Decrement();
     Assert.AreEqual(255, _memory.CurrentValue);
 }