Response Unmarshaller for CancelJob operation
Inheritance: JsonResponseUnmarshaller
 public static CancelJobResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new CancelJobResponseUnmarshaller();
   }
   return instance;
 }
 public static CancelJobResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CancelJobResponseUnmarshaller();
     }
     return(instance);
 }