public Task <bool> SetAsync <T>(string key, T value)
 {
     return(_helper.StringSetAsync(key, value));
 }