@await Component.InvokeAsync("TopPlayers", new { count = 10, offset = 0 })
@foreach (var server in ViewBag.Servers) {
}
@section scripts { }