public async Task Kick(string username = null, [Remainder] string reason = null) { await modService.KickAsync(Context, username, reason); }