public static Task KvPutAsync(string key, object value) { return(_clusterProvider.KvPutAsync(key, value)); }