private void Authenticate(object sender, DefaultAuthenticationEventArgs e)
 {
 }
        public void Constructor_Deny_Unrestricted()
        {
            DefaultAuthenticationEventArgs daea = new DefaultAuthenticationEventArgs(context);

            Assert.IsNotNull(daea.Context, "Context");
        }