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

            Assert.IsNotNull(info);
        }