public void UpdateContext(DialogContext context) { var nextOutput = createNextOutput(context); context.RegisterNextOutput(nextOutput); }