public void RespondToJSQuery(string response)
 {
     _mainEngine.SendQueryResponse(response);
 }