public void WithServiceMethodInvocation_Called_ExpectSameBuilderInstanceIsReturned()
		{
			var builder = new RouteDispatchBuilder();
			builder.WithServiceMethodInvocation(DummyServiceMethodInvocation).Should().BeSameAs(builder);
		}
        public void WithServiceMethodInvocation_Called_ExpectSameBuilderInstanceIsReturned()
        {
            var builder = new RouteDispatchBuilder();

            builder.WithServiceMethodInvocation(DummyServiceMethodInvocation).Should().BeSameAs(builder);
        }