public async Task Authorize([Summary("User to authorize")] SocketUser user = null) { _administrationService.Authorize( user); await ReplyAsync("User authorized"); }