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