public Task <List <Employee> > GetEmployees(List <long> offerKeys) { return(_elasticRepository.GetDocuments(offerKeys)); }