public void Inbound_WithNonPost_MapsToNothing()
            {
                var url = new PersonInfoRouter.ByGuidRoute().Url.ToAppRelativeUrl();

                url.WithMethodsExcept(HttpVerbs.Post).ShouldMapToNothing();
            }
            public void Inbound_WithNonPost_MapsToNothing()
            {
                var url = new PersonInfoRouter.ByGuidRoute().Url.ToAppRelativeUrl();

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