using Esg.Scheduler.App.Job;
var celebrateBirthdaysJob = Activate<CelebrateBirthdaysJob>();
await celebrateBirthdaysJob.ScheduleBirthdayAutomationKafka(
FromJson<KafkaMessage>("{\"Id\":\"338b7668-b1c1-4c69-b946-fd279e381031\",\"Data\":\"{\\"BranchId\\":\\"19394f8b-0c49-490f-ae68-f8770a4de50a\\",\\"TenantId\\":\\"08dccd4a-d65f-42f8-82b4-3c1be9882827\\",\\"OrganizationId\\":\\"80d1fcc4-0598-4643-9a84-f24564b2c068\\",\\"ScheduleTime\\":\\"2026-06-06T17:00:00Z\\"}\",\"SendTime\":\"2026-06-06T17:00:00Z\",\"JobEvent\":17,\"KafkaTopicString\":\"Branch_Birthday_Automation_Handler\"}"),
null);