public Operation CompactIndex(string name) { return(AsyncHelpers.RunSync(() => asyncAdminServerClient.CompactIndexAsync(name))); }