private static void Commands_Execute(params string[] args) { foreach (Command c in ConsoleCommands.OrderBy(x => x.Key).ToList()) { SendMessage(new Message(c.Key, Message.MessageType.Information)); } }