How do I register multiple interceptors using the fluent API?
For a component?
Component.For<Foo>().Interceptors<TestInterceptor1, TestInterceptor2>();