I want to inject the generic implementation of ILogger into the constructor of MyClass without its generic parameters.
ILogger
MyClass
Exampl