public int CountStartingWith(Key key) { return(_retryStrategy.ExecuteFuncWithRetry( () => StoreProvider.CountStartingWith(key))); }