private static void HandleLSClient(object client) { TcpClient tcpClient = (TcpClient)client; GameLSClient lsClient = new GameLSClient(tcpClient); }