public int CountAll() { return(_retryStrategy.ExecuteFuncWithRetry( () => StoreProvider.CountAll())); }