public bool DnsLookup(string host, out uint addr) => _simulation.TryMapHostToAddress(host, out addr);