Remove some deferred methods in system
Description
Change the system class such that the output related methods are not deferred anymore. Not doing any output is an acceptable default and this reduces some boiler-plate code for child classes.
News snippet
Remove some deferred methods in system.
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.