using Esg.Scheduler.App.Job;
var shiftAutomationJob = Activate<ShiftAutomationJob>();
await shiftAutomationJob.ScheduleAutomationShiftEmployeeKafka(
FromJson<KafkaMessage>("{\"Id\":\"57de9b4b-7f6e-4b14-adf2-f1ca6b7bdbae\",\"Data\":\"{\\"BranchId\\":\\"20a1ab3b-e50c-4bf7-ae25-4af6c7f89f00\\",\\"TenantId\\":\\"08ddba18-88a7-4552-872e-32e0a51e812f\\",\\"OrganizationId\\":\\"80687090-8a5f-4bc4-ad50-a6a0e30382d4\\",\\"ScheduleTime\\":\\"2026-06-29T17:00:00Z\\",\\"ShiftSettingId\\":\\"e52ce0a9-5416-4da3-80ee-1ece71d00e4a\\"}\",\"SendTime\":\"2026-06-29T17:00:00Z\",\"JobEvent\":62,\"KafkaTopicString\":\"Branch_Shift_Employee_Automation_Handler\"}"),
null);