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