public void HttpApplicationProbeFindExitPoint()
        {
            Type       type = this.FindTypes().First();
            MethodInfo info = HttpApplicationProbe.FindExitPoint(type);

            Assert.IsNotNull(info);
        }