Convert all actions to use privileged decorator
- Drops a lot of boilerplate code for serialization and de-serialization for running actions along with argument parsing code.
- Include enhancements to the privileged decorator to replace superuser_run.
- Removes superuser_run and run methods.
Self review and testing are pending, hence the draft status.