How to use Ninject with Hangfire when you want to retrieve a service by name

Hi there,

I’m want to use Hangfire and Ninject but can’t get it to work.
To retrieve a service from Ninject I use the following:

kernel.[Get](Of ICertainInterface)(“CertainName”)

So I want to retrieve the service by name, does anyone have an idea how to do this with Hangfire and Ninject?

Thanks,
Bart