I have a console application to test HangFire. Here is the code:
using System; using Hangfire; namespace MyScheduler.ConsoleApp { internal static class Pr