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