using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"5374c23a-2fa9-4f8d-acf6-c9f945aeafb5\",\"Data\":\"{\\"BranchId\\":\\"d703cc7a-2375-4fad-8aee-119af76dadd1\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"7972b23c-e9c8-4958-b19d-ca1440d1e606\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"85dbe5c2-2afd-44cc-a76b-173233e7b4e6\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);