public DateTime?ExpiresOn(string key) { return(_retryStrategy.ExecuteFuncWithRetry( () => StoreProvider.ExpiresOn(key))); }