private static async Task <bool> VerifyEntered(string input) { return(await BotClient.VerifyToken(input)); }