Describe the bug
SkillConversationIdFactoryBase should have overloads or new methods that take and return audiences when storing and retrieving ConversationReferences.
This is required to light up the upcoming work in #780 (microsoft/botbuilder-dotnet#3409) and will ensure that proactive messages from bots to other bots is correctly setup.
@EricDahlvang is driving the initial implementation in .net (microsoft/botbuilder-dotnet#3449) and has proposed additional changes