public static void Load(CommandService commandService)
        {
            commandService.AddArgumentParser <NameValueCollectionArgumentParser>();

            // Alternative if you have more parsers: commandService.AddArgumentParsersAt<NameValueCollectionArgumentParser>();
        }