void GetWincountPrize() { int leagueId = GetParamInt("l"); int countType = GetParamInt("t"); var response = reader.GetWincountPrize(UserAccount.ManagerId, leagueId, countType); OutputHelper.Output(response); }