public Task <bool> RemoveAsync(string key)
 {
     return(_helper.KeyDeleteAsync(key));
 }