{
if (instance instanceof ExportedInstanceImpl)
{
// FIXME remove the need for this implementation coupling
result = ((ExportedInstanceImpl<?>) instance)
.get(new LocalServiceInjectionPoint(injectionPoint, serviceType));
}
else
{
result = instance.get();
}