using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"33e7650c-4be3-483e-83eb-787477a459d7\",\"Data\":\"{\\"BranchId\\":\\"ad938e9f-d69f-4395-9594-5c855f1e813c\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"58022529-6980-4a03-adb5-f6a0ea9f3237\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"830cb34e-9bf4-4c05-907e-8f84dcfa1f66\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);