public string[] GetIndexNames(int start, int pageSize) { return(AsyncHelpers.RunSync(() => asyncServerClient.GetIndexNamesAsync(start, pageSize))); }