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