public StatusResult GetJobStatus(string token, string jobToken)
 {
     return(_service.getJobStatus(token, jobToken));
 }