DeploymentContext deploymentContext = getManager().getContext(DeploymentContext.class);
try
{
deploymentContext.activate(deploymentX);
deploymentContext.getObjectStore().add(contextualType, innerType);
deploymentContext.deactivate();
/*
* deploymentZ is left active and should be handled as 'current'.
* The test is to see if the Enricher with Qualifier can activate/deactive and read from X
*/