}
@Override
protected void applyCamelPostProcessor() throws Exception {
// lets perform any custom camel injection on the test case object
CamelExtension camelExtension = BeanProvider.getContextualReference(CamelExtension.class);
camelExtension.inject(this);
}