public RequestSecurityTokenResponse(Dictionary<int, String> answers)
 {
     this.AuthChallengeResponse = new AuthenticationChallengeResponse(answers);
 }
 public RequestSecurityTokenResponse(Dictionary <int, String> answers)
 {
     this.AuthChallengeResponse = new AuthenticationChallengeResponse(answers);
 }
 public RequestSecurityTokenResponse()
 {
     this.AuthChallengeResponse = new AuthenticationChallengeResponse();
 }
 public RequestSecurityTokenResponse()
 {
     this.AuthChallengeResponse = new AuthenticationChallengeResponse();
 }