public async Task Stats([Remainder] string server = null) { await publicService.StatsAsync(Context, server); }