public IEnumerable <Key> GetAllKeys() { return(_retryStrategy.ExecuteFuncWithRetry( () => StoreProvider.GetAllKeys()).Select(s => new Key(s))); }