namespace DealerSelection.Api.Interface; public interface IBatchJobApi { Task Process24HrOldRecords(); Task LeadCreateApiCall(int buId); }