public AsyncServer() { connections = new Dictionary <string, ServerConnection>(); requestQueue = new ServerRequestQueue(); isServerRunning = false; }