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