Hangfire.Common.JobLoadException: Could not load the job. See inner exception for the details. ---> System.InvalidOperationException: The type `Logic.TaskRunnerLogic` does not contain a method with signature `RunWithNoRetries(String)`
at Hangfire.Storage.InvocationData.<>c.<CachedDeserializeMethod>b__33_0(MethodDeserializerCacheKeykey)
at Hangfire.Storage.InvocationData.CachedDeserializeMethod(Func`2typeResolver, StringtypeName, StringmethodName, StringparameterTypes, Type&type, MethodInfo&methodInfo)
at Hangfire.Storage.InvocationData.DeserializeJob()
--- End of inner exception stack trace ---
at Hangfire.Storage.InvocationData.DeserializeJob()
at Hangfire.RecurringJobExtensions.TriggerRecurringJob(IBackgroundJobFactoryfactory, JobStoragestorage, IStorageConnectionconnection, IProfilerprofiler, RecurringJobEntityrecurringJob, DateTimenow)
at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringrecurringJobId, RecurringJobEntityrecurringJob, DateTimenow)