public ApiKeyDefinition GetApiKey(string name) { return(AsyncHelpers.RunSync(() => asyncAdminServerClient.GetApiKeyAsync(name))); }