public void InBoundUrl_ForAdd_WithNonGetMethod_IsNotRouted()
 {
     var url = new ManagementFormsRouter.FormAddRoute().Url.ToAppRelativeUrl();
     url.WithMethodsExcept(HttpVerbs.Get).ShouldMapToNothing();
 }
            public void InBoundUrl_ForAdd_WithNonGetMethod_IsNotRouted()
            {
                var url = new ManagementFormsRouter.FormAddRoute().Url.ToAppRelativeUrl();

                url.WithMethodsExcept(HttpVerbs.Get).ShouldMapToNothing();
            }