using KamiYomu.Web.Worker.Interfaces;
var chapterDownloaderJob = Activate<IChapterDownloaderJob>();
await chapterDownloaderJob.DispatchAsync(
"download-chapter-queue-1",
FromJson<Guid>("\"cfb389a7-df44-4b92-b0c7-1660a5b8526b\""),
FromJson<Guid>("\"f2e2e835-4066-4cfc-91fc-7dbc43010ed1\""),
FromJson<Guid>("\"0d390267-c008-4b06-a093-33c51be1bab0\""),
FromJson<Guid>("\"357b3135-d47b-487f-9193-8308111bdfce\""),
"ROLL OVER AND DIE: I Will Fight for an Ordinary Life with My Love and Cursed Sword! Ch.010.1.cbz",
null,
null);