Hi everyone, I'm trying to add some configuration to my self-implemented service. How do I access the configuration properties? I can add to the configuration, override it, and inject it per IOC into the constructor of the service.
But how do I access the configuration? Regards, Daniel P.