Description
Use this query to search for the most popular feature requests.
Is your feature request related to a problem? Please describe.
Currently when sending EoC here https://github.com/microsoft/botbuilder-dotnet/blob/master/libraries/Microsoft.Bot.Builder.Dialogs/DialogExtensions.cs#L91, Code is not set to any of the EndOfConversationCodes https://github.com/microsoft/botbuilder-dotnet/blob/master/libraries/Microsoft.Bot.Schema/EndOfConversationCodes.cs
Describe the solution you'd like
Set to CompletedSuccessfully
Describe alternatives you've considered
Additional context
[enhancement]