public static string GetTopPlayersUrl(LocationsEnum locationEnum)
 {
     return(string.Format(TopPlayersTemplate, locationEnum.ToString()));
 }