public ASProvisionResponse(HttpWebResponse httpResponse)
     : base(httpResponse)
 {
     policy = new ASPolicy();
     isPolicyLoaded = policy.LoadXML(XmlString);
     SetStatus();
 }
 public ASProvisionResponse(HttpWebResponse httpResponse) : base(httpResponse)
 {
     policy         = new ASPolicy();
     isPolicyLoaded = policy.LoadXML(XmlString);
     SetStatus();
 }