public void AddResponseToHistory(BotResponse Response)
 {
     _ResponseHistory.Push(Response);
 }
 public void AddResponseToHistory(BotResponse Response)
 {
     _ResponseHistory.Push(Response);
 }