In a .Net 5 Web API, I\'m trying to do logging in a scoped service.
I first tried to introduce the logger service via constructor dependency injection:
usi