private static void ClientLogoutRequest(Socket clientSocket, List <string> content) { CuentaNetwork.Logout(int.Parse(content[1])); }