public static void DecodeClose(Message msg, AuthClient client) { Console.WriteLine("Client <- Close connection"); client.Close(); }