public FluttershoeSocketCommandContext(FluttershoeSocketClient client, SocketUserMessage msg) : base(client, msg)
 {
     Client = client;
 }
        public CommandHandler(FluttershoeSocketClient client, CommandServiceConfig config)
        {
            Client = client;

            CommandService = new CommandService(config);
        }