public void Delete(Key key) { _retryStrategy.ExecuteDelegateWithRetry( () => StoreProvider.Remove(key)); }