public HttpMonitorExecutorTests()
        {
            _httpServer = OpenHttpServer.CreateAndRun();

            // todo configure client with custom logic since it needs to be configured per rules of executor
            _httpClient = _httpServer.CreateClient();
            _executor   = new HttpMonitorExecutor(_httpClient);
        }