// Id: #3991 using AIOrchestrator.Infrastructure.Jobs; var chatAiReplyJob = Activate<ChatAiReplyJob>(); await chatAiReplyJob.ExecuteAsync(7);
""