public Task <bool> ExistsAsync(string key)
 {
     return(_helper.KeyExistsAsync(key));
 }