using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression1",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression1\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"d7757ad1-14da-483a-8e6c-49b7c2e0ce19\",\"OperationId\":\"uoCOyLbyUs4=\",\"EnqueueTime\":\"2026-02-19T16:22:24.0833401-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);