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