public void get_all_keys()
 {
     cache.Fill(Key, 42);
     cache.GetAllKeys().ShouldHaveCount(1).ShouldContain(Key);
 }