public void ItReturnsUrlForHealthcheckRequest() { var url = _urlGenerator.HealthcheckUrl(); url.Should().Be("http://localhost.com/_healthcheck"); }