public async Task Servers([Remainder] string s1 = null) { await publicService.ServersAsync(Context, s1); }