using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"f8efe492-200b-416d-b193-1c3a4abc65b8\",\"Data\":\"{\\"BranchId\\":\\"a90b6470-9676-41fd-bf9a-1ee2c428737a\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"22a57333-5d01-4dff-917a-1b388c3f43a6\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"c8cb9610-af85-4b67-9de8-129e1f44609d\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);