TaskOptions has this method that is meant to enable creating suborchestrations with given ID. This should enable sending events from parent orchestration to suborchestration.
public SubOrchestrationOptions WithInstanceId(string instanceId)