public override void SetUp()
        {
            base.SetUp();

            this.exception = new ProtocolException("Some failure");
            this.response  = new FailedAuthenticationResponse(this.exception);
        }
        public override void SetUp()
        {
            base.SetUp();

            this.exception = new ProtocolException("Some failure");
            this.response = new FailedAuthenticationResponse(this.exception);
        }