using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"ae0c6143-357b-4325-8d42-a0066c594b51\",\"Data\":\"{\\"BranchId\\":\\"7b257605-53be-4044-927f-dd39f2f146ac\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"d7b76dd3-f0dc-4f12-b525-7ddfcb474df1\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"08dd84bc-c210-4a1b-a0f2-5dfc3e5cfae0\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);