public BotFrameworkHttpSkillsServer(BotFrameworkSkillHostAdapter skillAdapter, IConfiguration configuration)
 {
     // adapter to use for calling back to channel
     _skillAdapter        = skillAdapter;
     _credentialsProvider = new ConfigurationCredentialProvider(configuration);
     _channelProvider     = new ConfigurationChannelProvider(configuration);
 }
        public BotFrameworkHttpSkillsServer(BotFrameworkSkillHostAdapter skillAdapter, IConfiguration configuration)
        {
            // adapter to use for calling back to channel
            _skillAdapter = skillAdapter;

            // _botAppId = configuration.GetValue<string>("MicrosoftAppId");
            _credentialsProvider = new ConfigurationCredentialProvider(configuration);
            _channelProvider     = new ConfigurationChannelProvider(configuration);
        }