internal void SetEnv(BotEnvironment botEnvironment)
 {
     _env = botEnvironment;
 }
 public Launcher()
 {
     _env = new BotEnvironment();
 }