@using RankingService @model List @for (int i = 0; i < Model.Count; i++) { }
# Name Time
@(i + 1) @Model[i].Name @Model[i].Time