Problem Description:
the commands
- DecrementJobRetriesCmd
- FoxDecrementJobRetriesCmd
are not easily extensible for users. Code is not well structured and they have private methods
AT:
- restructure code for extensibility
- make private methods "protected"