using KamiYomu.Web.Worker.Interfaces;
var chapterDownloaderJob = Activate<IChapterDownloaderJob>();
await chapterDownloaderJob.DispatchAsync(
"download-chapter-queue-2",
FromJson<Guid>("\"cfb389a7-df44-4b92-b0c7-1660a5b8526b\""),
FromJson<Guid>("\"f2e2e835-4066-4cfc-91fc-7dbc43010ed1\""),
FromJson<Guid>("\"0d390267-c008-4b06-a093-33c51be1bab0\""),
FromJson<Guid>("\"4a503255-f7a3-43ea-87eb-741712badbca\""),
"ROLL OVER AND DIE: I Will Fight for an Ordinary Life with My Love and Cursed Sword! Ch.0020.cbz",
null,
null);