public static async Task <IPAddress> QueryAsync(string host)
 {
     return(await DnsClient.QueryIpAddressDefault(host, false, default));
 }