This section provides a code example for subscribing to a stream in .NET.
To subscribe to the stream:
subscription = engineClient.SubscribeToStream(cclUri);
The code uses a method of the engine client that was created in the first step, passing it the CCL URI generated in the second step.