public BotRunner()
        {
            var botTemp = new Bot2();
            botTemp.BotProfile = BotProfile.GetBotProfileFromDb();
            bot = botTemp;

            authentication = new AuthenticationService();
        }
 public LoginApiController(AuthenticationService authenticationService)
 {
     AuthenticationService = authenticationService;
 }