hangfire syntex code example Example: hangfire syntex var jobId = BackgroundJob.Enqueue( () => Console.WriteLine("Fire-and-forget!"));