public async Task RespondAsync(HttpResponse httpResponse) { _expectation.ThenRespond(httpResponse); await _mockServerClient.SendExpectationAsync(_expectation); }