Response Unmarshaller for ReadJob operation
Наследование: JsonResponseUnmarshaller
 public static ReadJobResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ReadJobResponseUnmarshaller();
     }
     return(instance);
 }
 public static ReadJobResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new ReadJobResponseUnmarshaller();
       }
       return instance;
 }