public async Task <IActionResult> GetAllResponsibilities(int jobId)
 {
     return(Ok(await _resumeService.GetJobResponsibilities(jobId)));
 }