public Task <string> GetEmployerDescriptionAsync(Vacancy vacancy)
 {
     return(_employerService.GetEmployerDescriptionAsync(vacancy));
 }