IModelInterceptorsSelector
Select the appropriate interceptors based on the application specific
business logic
Determine whatever the specified has interceptors.
The selector should only return true from this method if it has determined that is
a model that it would likely add interceptors to.
InterceptorReference[] SelectInterceptors(ComponentModel model, InterceptorReference[] interceptors)
Select the appropriate interceptor references.
The interceptor references aren't necessarily registered in the model.Intereceptors