I need to get the active dialog from Microsoft bot framework composer, when I open the project with visual studio and start debugging, in the ComposerBot.cs - OnTurnAsync() method, I didn't find any way to get the active dialog, it always returns the root dialog Id, Is there any way to get the active dialog? how the composer know which dialog should initialize next?