static void TelnetServerUse() { var server = new TelnetServer(); server.NewSessionConnected += TelnetServer_NewSessionConnected; server.Connect(); }