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