public async Task ExecuteAsync(CommandBuilder builder, CommandContext context) { await context.OnExecuteAsync(() => { return(context.AskPassword("Please enter your password:", OnPasswordEntered)); }); }