Using HangFire with Autofac

I am new at hangfire… Can someone tell me if has used hangfire with autofac…
I am using .net core 5 but the Job can not run since the object can not be created…
The error is (System.MissingMethodException: No parameterless constructor defined for type ‘Integrated.Playtech.Scheduler.Core.PlaytechJob’.).
I have installed the package HangFire.Autofac but unfor this package is outdated since 2018.
Any idea ?

Thanks in advance
Spyros

I fixed it … Thanks. Autofac and Hangfire is working fine.