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