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