namespace WebJobService; public interface IRepository { Task> GetDealerSelectionDataForJobAsync(); }