public IList <JobHistory> GetHistory()
 {
     return(_configReader.ReadStatusList <JobHistory>("history"));
 }