using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"88f403dd-b03d-4552-8523-7f154c1f550a\",\"Data\":\"{\\"BranchId\\":\\"73d8a6eb-cb57-436f-80c3-fdfb27b1a53f\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"76057e49-71dd-4c74-be77-ceb97db693d6\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"d37960f7-ee83-4085-8a5d-8efa3b3c7726\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);