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