I have a base controller class that exposes some logging functionality to it's child classes. This logging dependency is constructor injected. To provide some simplified code this is how it all looks like:I have a base controller class that exposes som