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