public HttpServerPythonProxy(HttpServerService httpServerService)
 {
     _httpServerService = httpServerService ?? throw new ArgumentNullException(nameof(httpServerService));
 }