public void when_GetKey_not_set_should_throw()
 {
     typeof(NotImplementedException).ShouldBeThrownBy(() => cache.GetKey(2));
 }