Asp.net Core and Hangfire 1.6.0

var queueId = BackgroundJob.Enqueue(foo =>
foo.ExecuteProcess()); does not work for me.

But works for me :wink: