public void DeleteApiKey(string name) { AsyncHelpers.RunSync(() => asyncAdminServerClient.DeleteApiKeyAsync(name)); }