public async Task AtAbsoluteUrl_WhenACallWasMadeToAbsoluteUrl_Should_BeOK() { await _httpClient.GetAsync("anyurl"); _server.Should() .HaveReceivedACall() .AtAbsoluteUrl($"http://localhost:{_portUsed}/anyurl"); }