public async Task <DnsEntry[]> TryResolve() { await new SynchronizationContextRemover(); return(await _dns.TryResolve()); }