pc.registerComponentInstance(contrivedKey, contrivedComp);
try
{
if (this.getComponentInstance(contrivedKey) != null)
{
throw new PicoRegistrationException(
"Cannot register a container to itself. The container is already implicitly registered.");
}
}
finally
{