There are several types of commands that get generated, but they largely fall into 2 camps.
- Commands that work with the config file (ConfigCommands)
- Commands that work with a server (ServerCommands)
It might be a good idea to put the the tests into separate files and group them by the 2 categories as mentioned above.