public void GetValueOrDefault_Value()
 {
     Assert.That(_store.GetValueOrDefault("a"), Is.EqualTo(1));
 }