using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"e9907251-63d9-4b96-b5a9-d55c4690fc80\",\"Data\":\"{\\"BranchId\\":\\"fe253d7e-5f80-467d-aafc-dcb6ba55f735\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"c67db915-af0d-45b9-8692-85186fba9389\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"ca811ce1-9981-4aaf-a96f-c548af9a42f2\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);