using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"45b4fab7-8247-4048-be29-5edcb752841c\",\"Data\":\"{\\"BranchId\\":\\"31999c62-f294-414c-bdab-159428203b9f\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"3ff519cb-f4f3-4546-8a46-3517e973be77\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"011ba9f4-c567-4f2b-a3bd-2712c0decffc\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);