throw new Error(toReference+" is not existing component name or suitable port name");
}
PortReference portReference = PortReference.parse(toReference);
stepReady(portReference);
return new CreateNextConnection(){
@Override
public CreateNextConnection to(String portReference) {
throw new Error("Can not continue chain outside network");
}