Add Multiple Commands for plugin

Hey guys. My question would be the following. What would be the proper way of adding multiple Commands for the command line, with my plugin. My problem is that i have multiple functionalities in my C# plugin which i want to be available as command line Commands, so that people can write macros or scripts with them. Is there any other way of doing this, than having as many Command classes as many functions i want to make available, or is there some easier, maybe a bulky way to register them?

Thanks, in advance
Gábor

You can add as many commands as you want to your plugin

Okkey, thanks.