internal BotExpectations(BotRequests botRequests, ISlotManager slots) { _botRequests = botRequests; _slots = slots; }
internal BotRequester(BotRequests botRequests) { _botRequests = botRequests; }