GET api/v{version}/season/details/{id}?translations={translations}

Get the season details. Contains rounds and matches.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Required season id

integer

Required

translations

boolean

Default value is False

version

string

None.

Body Parameters

None.

Response Information

Resource Description

SeasonDetailViewModel
NameDescriptionTypeAdditional information
Schema

Get or set the type of schema that is played this season.

Schema

None.

Rounds

Collection of RoundViewModel

None.

Winners

Winners of the season.

Collection of PlayerViewModel

None.

Runnerups

Runnerups of the season.

Collection of PlayerViewModel

None.

CoupleWinners

Couple winners.

Collection of CoupleViewModel

None.

CoupleRunnerups

Couple runnerups.

Collection of CoupleViewModel

None.

Callers

Callers of the season.

Collection of PlayerViewModel

None.

Meta

Provides list of meta data about the entity

Dictionary of string [key] and string [value]

None.

Attachment

A photo of the season.

string

None.

AttachmentContentType

The content type of the season.

string

None.

AttachmentDescription

string

None.

AttachmentPhotographer

string

None.

AttachmentWinner

A photo of the winner.

string

None.

AttachmentWinnerContentType

The content type of the winner attachment.

string

None.

AttachmentWinnerDescription

string

None.

AttachmentWinnerPhotographer

string

None.

AttachmentHeader

A header.

string

None.

AttachmentHeaderContentType

The content type of the header.

string

None.

Rankings

Get/Sets the related rankings of this season.

Collection of RankingBaseViewModel

None.

Labels

Collection of LabelViewModel

None.

SeasonId

integer

None.

CompetitionId

The related competition.

integer

None.

OrganisationId

integer

None.

Title

Name of the season.

string

None.

Description

Short description of the season.

string

None.

DescriptionTranslations

Dictionary of string [key] and string [value]

None.

Notes

Some internal notes

string

None.

TotalNumberOfPlayers

Total number of players

integer

None.

Sponsor

The main sponsor.

string

None.

Edition

Edition

integer

None.

VenueId

integer

None.

Venue

Location where the games are/where played.

string

None.

Address

Venue address

string

None.

City

City where the games are/where played.

string

None.

Country

Country where the games are/where played.

string

None.

CountryCode

Country code where the games are/where played.

string

None.

StartDate

Get or set the date the tournament is started.

date

None.

EndDate

Get or set the date the tournament is finished.

date

None.

PrizeMoney

Total prize money.

string

None.

PrizeMoneyIndication

Total prize money indication (without special prizes).

string

None.

PrizeCurrency

The prize currency.

string

None.

OnTv

Was the season broadcasted on television.

boolean

None.

OnWeb

Season is streamed on the web.

boolean

None.

Status

string

None.

WithPairs

Is this season played with Pairs.

boolean

None.

Modified

Last time the season is modified.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Schema": 0,
  "Rounds": [
    {
      "RoundId": 2,
      "SeasonId": 3,
      "CompetitionId": 8,
      "OrganisationId": 1,
      "StartDate": "2023-09-29T16:53:34.64215+02:00",
      "EndDate": "2023-09-29T16:53:34.64215+02:00",
      "SetScoring": "sample string 6",
      "LegScoring": "sample string 7",
      "Title": "sample string 9",
      "Short": "sample string 10",
      "Rank": 4,
      "NumberOfMatches": 11,
      "Order": 12,
      "VenueId": 1,
      "Venue": "sample string 1",
      "City": "sample string 13",
      "Country": "sample string 14",
      "CountryCode": "sample string 15",
      "Matches": [
        {
          "PlayerAId": 1,
          "PlayerBId": 1,
          "PlayerA": "sample string 1",
          "PlayerB": "sample string 2",
          "HasPair": true,
          "PairAId": 1,
          "PairBId": 1,
          "PairA": "sample string 4",
          "PairB": "sample string 5",
          "SeedA": "sample string 6",
          "SeedB": "sample string 7",
          "MatchId": 8,
          "RoundId": 9,
          "Index": 10,
          "Details": "sample string 11",
          "KeyA": 1,
          "KeyB": 1,
          "AvgA": 1.1,
          "AvgB": 1.1,
          "ScoreA": "sample string 12",
          "ScoreB": "sample string 13",
          "NationalityA": "sample string 14",
          "NationalityB": "sample string 15",
          "CountryCodeA": "sample string 16",
          "CountryCodeB": "sample string 17",
          "Poule": "sample string 18",
          "SubRound": 19,
          "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
          "Stats": {
            "AverageA": 1.1,
            "AverageB": 1.1,
            "NumberOfHunderdEightiesA": 1,
            "NumberOfHunderdEightiesB": 1,
            "DoubleAttemptsA": 1,
            "DoubleAttemptsB": 1,
            "DoubleHitsA": 1,
            "DoubleHitsB": 1,
            "ScoresA": [
              1,
              2
            ],
            "ScoresB": [
              1,
              2
            ],
            "FinishesA": [
              1,
              2
            ],
            "FinishesB": [
              1,
              2
            ]
          },
          "CallerId": 1,
          "Caller": "sample string 20",
          "Meta": {
            "sample string 1": "sample string 2",
            "sample string 3": "sample string 4"
          },
          "Schema": 0
        },
        {
          "PlayerAId": 1,
          "PlayerBId": 1,
          "PlayerA": "sample string 1",
          "PlayerB": "sample string 2",
          "HasPair": true,
          "PairAId": 1,
          "PairBId": 1,
          "PairA": "sample string 4",
          "PairB": "sample string 5",
          "SeedA": "sample string 6",
          "SeedB": "sample string 7",
          "MatchId": 8,
          "RoundId": 9,
          "Index": 10,
          "Details": "sample string 11",
          "KeyA": 1,
          "KeyB": 1,
          "AvgA": 1.1,
          "AvgB": 1.1,
          "ScoreA": "sample string 12",
          "ScoreB": "sample string 13",
          "NationalityA": "sample string 14",
          "NationalityB": "sample string 15",
          "CountryCodeA": "sample string 16",
          "CountryCodeB": "sample string 17",
          "Poule": "sample string 18",
          "SubRound": 19,
          "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
          "Stats": {
            "AverageA": 1.1,
            "AverageB": 1.1,
            "NumberOfHunderdEightiesA": 1,
            "NumberOfHunderdEightiesB": 1,
            "DoubleAttemptsA": 1,
            "DoubleAttemptsB": 1,
            "DoubleHitsA": 1,
            "DoubleHitsB": 1,
            "ScoresA": [
              1,
              2
            ],
            "ScoresB": [
              1,
              2
            ],
            "FinishesA": [
              1,
              2
            ],
            "FinishesB": [
              1,
              2
            ]
          },
          "CallerId": 1,
          "Caller": "sample string 20",
          "Meta": {
            "sample string 1": "sample string 2",
            "sample string 3": "sample string 4"
          },
          "Schema": 0
        }
      ],
      "MatchSets": [
        {
          "MatchSetId": 1,
          "Name": "sample string 2",
          "PairAId": 1,
          "PairBId": 1,
          "ScoreA": 1,
          "ScoreB": 1,
          "Matches": [
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            },
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            }
          ]
        },
        {
          "MatchSetId": 1,
          "Name": "sample string 2",
          "PairAId": 1,
          "PairBId": 1,
          "ScoreA": 1,
          "ScoreB": 1,
          "Matches": [
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            },
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            }
          ]
        }
      ],
      "InPoules": true,
      "PouleScores": [
        {
          "Poule": "sample string 1",
          "Scores": [
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            },
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            }
          ]
        },
        {
          "Poule": "sample string 1",
          "Scores": [
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            },
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            }
          ]
        }
      ],
      "LastUpdated": "2023-09-29T16:53:34.64215+02:00"
    },
    {
      "RoundId": 2,
      "SeasonId": 3,
      "CompetitionId": 8,
      "OrganisationId": 1,
      "StartDate": "2023-09-29T16:53:34.64215+02:00",
      "EndDate": "2023-09-29T16:53:34.64215+02:00",
      "SetScoring": "sample string 6",
      "LegScoring": "sample string 7",
      "Title": "sample string 9",
      "Short": "sample string 10",
      "Rank": 4,
      "NumberOfMatches": 11,
      "Order": 12,
      "VenueId": 1,
      "Venue": "sample string 1",
      "City": "sample string 13",
      "Country": "sample string 14",
      "CountryCode": "sample string 15",
      "Matches": [
        {
          "PlayerAId": 1,
          "PlayerBId": 1,
          "PlayerA": "sample string 1",
          "PlayerB": "sample string 2",
          "HasPair": true,
          "PairAId": 1,
          "PairBId": 1,
          "PairA": "sample string 4",
          "PairB": "sample string 5",
          "SeedA": "sample string 6",
          "SeedB": "sample string 7",
          "MatchId": 8,
          "RoundId": 9,
          "Index": 10,
          "Details": "sample string 11",
          "KeyA": 1,
          "KeyB": 1,
          "AvgA": 1.1,
          "AvgB": 1.1,
          "ScoreA": "sample string 12",
          "ScoreB": "sample string 13",
          "NationalityA": "sample string 14",
          "NationalityB": "sample string 15",
          "CountryCodeA": "sample string 16",
          "CountryCodeB": "sample string 17",
          "Poule": "sample string 18",
          "SubRound": 19,
          "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
          "Stats": {
            "AverageA": 1.1,
            "AverageB": 1.1,
            "NumberOfHunderdEightiesA": 1,
            "NumberOfHunderdEightiesB": 1,
            "DoubleAttemptsA": 1,
            "DoubleAttemptsB": 1,
            "DoubleHitsA": 1,
            "DoubleHitsB": 1,
            "ScoresA": [
              1,
              2
            ],
            "ScoresB": [
              1,
              2
            ],
            "FinishesA": [
              1,
              2
            ],
            "FinishesB": [
              1,
              2
            ]
          },
          "CallerId": 1,
          "Caller": "sample string 20",
          "Meta": {
            "sample string 1": "sample string 2",
            "sample string 3": "sample string 4"
          },
          "Schema": 0
        },
        {
          "PlayerAId": 1,
          "PlayerBId": 1,
          "PlayerA": "sample string 1",
          "PlayerB": "sample string 2",
          "HasPair": true,
          "PairAId": 1,
          "PairBId": 1,
          "PairA": "sample string 4",
          "PairB": "sample string 5",
          "SeedA": "sample string 6",
          "SeedB": "sample string 7",
          "MatchId": 8,
          "RoundId": 9,
          "Index": 10,
          "Details": "sample string 11",
          "KeyA": 1,
          "KeyB": 1,
          "AvgA": 1.1,
          "AvgB": 1.1,
          "ScoreA": "sample string 12",
          "ScoreB": "sample string 13",
          "NationalityA": "sample string 14",
          "NationalityB": "sample string 15",
          "CountryCodeA": "sample string 16",
          "CountryCodeB": "sample string 17",
          "Poule": "sample string 18",
          "SubRound": 19,
          "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
          "Stats": {
            "AverageA": 1.1,
            "AverageB": 1.1,
            "NumberOfHunderdEightiesA": 1,
            "NumberOfHunderdEightiesB": 1,
            "DoubleAttemptsA": 1,
            "DoubleAttemptsB": 1,
            "DoubleHitsA": 1,
            "DoubleHitsB": 1,
            "ScoresA": [
              1,
              2
            ],
            "ScoresB": [
              1,
              2
            ],
            "FinishesA": [
              1,
              2
            ],
            "FinishesB": [
              1,
              2
            ]
          },
          "CallerId": 1,
          "Caller": "sample string 20",
          "Meta": {
            "sample string 1": "sample string 2",
            "sample string 3": "sample string 4"
          },
          "Schema": 0
        }
      ],
      "MatchSets": [
        {
          "MatchSetId": 1,
          "Name": "sample string 2",
          "PairAId": 1,
          "PairBId": 1,
          "ScoreA": 1,
          "ScoreB": 1,
          "Matches": [
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            },
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            }
          ]
        },
        {
          "MatchSetId": 1,
          "Name": "sample string 2",
          "PairAId": 1,
          "PairBId": 1,
          "ScoreA": 1,
          "ScoreB": 1,
          "Matches": [
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            },
            {
              "PlayerAId": 1,
              "PlayerBId": 1,
              "PlayerA": "sample string 1",
              "PlayerB": "sample string 2",
              "HasPair": true,
              "PairAId": 1,
              "PairBId": 1,
              "PairA": "sample string 4",
              "PairB": "sample string 5",
              "SeedA": "sample string 6",
              "SeedB": "sample string 7",
              "MatchId": 8,
              "RoundId": 9,
              "Index": 10,
              "Details": "sample string 11",
              "KeyA": 1,
              "KeyB": 1,
              "AvgA": 1.1,
              "AvgB": 1.1,
              "ScoreA": "sample string 12",
              "ScoreB": "sample string 13",
              "NationalityA": "sample string 14",
              "NationalityB": "sample string 15",
              "CountryCodeA": "sample string 16",
              "CountryCodeB": "sample string 17",
              "Poule": "sample string 18",
              "SubRound": 19,
              "OfficialStartDate": "2023-09-29T16:53:34.64215+02:00",
              "Stats": {
                "AverageA": 1.1,
                "AverageB": 1.1,
                "NumberOfHunderdEightiesA": 1,
                "NumberOfHunderdEightiesB": 1,
                "DoubleAttemptsA": 1,
                "DoubleAttemptsB": 1,
                "DoubleHitsA": 1,
                "DoubleHitsB": 1,
                "ScoresA": [
                  1,
                  2
                ],
                "ScoresB": [
                  1,
                  2
                ],
                "FinishesA": [
                  1,
                  2
                ],
                "FinishesB": [
                  1,
                  2
                ]
              },
              "CallerId": 1,
              "Caller": "sample string 20",
              "Meta": {
                "sample string 1": "sample string 2",
                "sample string 3": "sample string 4"
              },
              "Schema": 0
            }
          ]
        }
      ],
      "InPoules": true,
      "PouleScores": [
        {
          "Poule": "sample string 1",
          "Scores": [
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            },
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            }
          ]
        },
        {
          "Poule": "sample string 1",
          "Scores": [
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            },
            {
              "PlayerId": 1,
              "SeasonPlayerId": 1,
              "Player": "sample string 1",
              "CoupleId": 1,
              "SeasonCoupleId": 1,
              "Couple": "sample string 2",
              "Nationality": "sample string 3",
              "GamesWon": 1,
              "GamesLost": 1,
              "LegsWon": 1,
              "LegsLost": 1,
              "Position": 1,
              "Weight": 1,
              "Order": 4,
              "Seeding": 1,
              "GameSaldo": 0,
              "LegSaldo": 0,
              "Scores": [
                1,
                2
              ],
              "OpponentId": [
                1,
                2
              ]
            }
          ]
        }
      ],
      "LastUpdated": "2023-09-29T16:53:34.64215+02:00"
    }
  ],
  "Winners": [
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    },
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    }
  ],
  "Runnerups": [
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    },
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    }
  ],
  "CoupleWinners": [
    {
      "PairId": 1,
      "Key": 2,
      "Nationality": "sample string 3",
      "NationalityCode": "sample string 4",
      "Players": [
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        },
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        }
      ]
    },
    {
      "PairId": 1,
      "Key": 2,
      "Nationality": "sample string 3",
      "NationalityCode": "sample string 4",
      "Players": [
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        },
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        }
      ]
    }
  ],
  "CoupleRunnerups": [
    {
      "PairId": 1,
      "Key": 2,
      "Nationality": "sample string 3",
      "NationalityCode": "sample string 4",
      "Players": [
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        },
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        }
      ]
    },
    {
      "PairId": 1,
      "Key": 2,
      "Nationality": "sample string 3",
      "NationalityCode": "sample string 4",
      "Players": [
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        },
        {
          "PlayerId": 1,
          "Key": 2,
          "MemberId": "sample string 3",
          "FullName": "sample string 4",
          "FirstName": "sample string 5",
          "LastName": "sample string 6",
          "SurName": "sample string 7",
          "Nationality": "sample string 8",
          "Age": 0,
          "Gender": "sample string 10",
          "CountryCode": "sample string 11",
          "Url": "sample string 28"
        }
      ]
    }
  ],
  "Callers": [
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    },
    {
      "PlayerId": 1,
      "Key": 2,
      "MemberId": "sample string 3",
      "FullName": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "SurName": "sample string 7",
      "Nationality": "sample string 8",
      "Age": 0,
      "Gender": "sample string 10",
      "CountryCode": "sample string 11",
      "Url": "sample string 28"
    }
  ],
  "Meta": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "Attachment": "sample string 1",
  "Rankings": [
    {
      "RankingId": 1,
      "Name": "sample string 2",
      "Slug": "sample string 3"
    },
    {
      "RankingId": 1,
      "Name": "sample string 2",
      "Slug": "sample string 3"
    }
  ],
  "Labels": [
    {
      "LabelId": 1,
      "Name": "sample string 2",
      "Slug": "sample string 3"
    },
    {
      "LabelId": 1,
      "Name": "sample string 2",
      "Slug": "sample string 3"
    }
  ],
  "SeasonId": 11,
  "CompetitionId": 12,
  "OrganisationId": 1,
  "Title": "sample string 13",
  "Description": "sample string 14",
  "DescriptionTranslations": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "Notes": "sample string 15",
  "TotalNumberOfPlayers": 1,
  "Sponsor": "sample string 16",
  "Edition": 1,
  "VenueId": 1,
  "Venue": "sample string 17",
  "Address": "sample string 18",
  "City": "sample string 19",
  "Country": "sample string 20",
  "CountryCode": "sample string 21",
  "StartDate": "2023-09-29T16:53:34.64215+02:00",
  "EndDate": "2023-09-29T16:53:34.64215+02:00",
  "PrizeMoney": "sample string 22",
  "PrizeMoneyIndication": "sample string 23",
  "PrizeCurrency": "sample string 24",
  "OnTv": true,
  "OnWeb": true,
  "Status": "sample string 27",
  "WithPairs": true,
  "Modified": "2023-09-29T16:53:34.64215+02:00"
}

application/xml, text/xml

Sample:
<SeasonDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models">
  <Address>sample string 18</Address>
  <City>sample string 19</City>
  <CompetitionId>12</CompetitionId>
  <Country>sample string 20</Country>
  <CountryCode>sample string 21</CountryCode>
  <Description>sample string 14</Description>
  <DescriptionTranslations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </DescriptionTranslations>
  <Edition>1</Edition>
  <EndDate>2023-09-29T16:53:34.64215+02:00</EndDate>
  <Modified>2023-09-29T16:53:34.64215+02:00</Modified>
  <Notes>sample string 15</Notes>
  <OnTv>true</OnTv>
  <OnWeb>true</OnWeb>
  <OrganisationId>1</OrganisationId>
  <PrizeCurrency>sample string 24</PrizeCurrency>
  <PrizeMoney>sample string 22</PrizeMoney>
  <PrizeMoneyIndication>sample string 23</PrizeMoneyIndication>
  <SeasonId>11</SeasonId>
  <Sponsor>sample string 16</Sponsor>
  <StartDate>2023-09-29T16:53:34.64215+02:00</StartDate>
  <Status>sample string 27</Status>
  <Title>sample string 13</Title>
  <TotalNumberOfPlayers>1</TotalNumberOfPlayers>
  <Venue>sample string 17</Venue>
  <VenueId>1</VenueId>
  <WithPairs>true</WithPairs>
  <Attachment>sample string 1</Attachment>
  <AttachmentContentType>sample string 2</AttachmentContentType>
  <AttachmentDescription>sample string 3</AttachmentDescription>
  <AttachmentHeader>sample string 9</AttachmentHeader>
  <AttachmentHeaderContentType>sample string 10</AttachmentHeaderContentType>
  <AttachmentPhotographer>sample string 4</AttachmentPhotographer>
  <AttachmentWinner>sample string 5</AttachmentWinner>
  <AttachmentWinnerContentType>sample string 6</AttachmentWinnerContentType>
  <AttachmentWinnerDescription>sample string 7</AttachmentWinnerDescription>
  <AttachmentWinnerPhotographer>sample string 8</AttachmentWinnerPhotographer>
  <Callers>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
  </Callers>
  <CoupleRunnerups>
    <CoupleViewModel>
      <Key>2</Key>
      <Nationality>sample string 3</Nationality>
      <NationalityCode>sample string 4</NationalityCode>
      <PairId>1</PairId>
      <Players>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
      </Players>
    </CoupleViewModel>
    <CoupleViewModel>
      <Key>2</Key>
      <Nationality>sample string 3</Nationality>
      <NationalityCode>sample string 4</NationalityCode>
      <PairId>1</PairId>
      <Players>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
      </Players>
    </CoupleViewModel>
  </CoupleRunnerups>
  <CoupleWinners>
    <CoupleViewModel>
      <Key>2</Key>
      <Nationality>sample string 3</Nationality>
      <NationalityCode>sample string 4</NationalityCode>
      <PairId>1</PairId>
      <Players>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
      </Players>
    </CoupleViewModel>
    <CoupleViewModel>
      <Key>2</Key>
      <Nationality>sample string 3</Nationality>
      <NationalityCode>sample string 4</NationalityCode>
      <PairId>1</PairId>
      <Players>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
        <PlayerViewModel>
          <Attachment>sample string 12</Attachment>
          <AttachmentContentType>sample string 13</AttachmentContentType>
          <AttachmentDescription>sample string 15</AttachmentDescription>
          <AttachmentPassport>sample string 20</AttachmentPassport>
          <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
          <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
          <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
          <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
          <AttachmentThrow>sample string 16</AttachmentThrow>
          <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
          <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
          <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
          <AttachmentWDF>sample string 24</AttachmentWDF>
          <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
          <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
          <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
          <CountryCode>sample string 11</CountryCode>
          <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
          <Email>sample string 9</Email>
          <FirstName>sample string 5</FirstName>
          <FullName>sample string 4</FullName>
          <Gender>sample string 10</Gender>
          <Key>2</Key>
          <LastName>sample string 6</LastName>
          <MemberId>sample string 3</MemberId>
          <Nationality>sample string 8</Nationality>
          <PlayerId>1</PlayerId>
          <SurName>sample string 7</SurName>
          <Url>sample string 28</Url>
        </PlayerViewModel>
      </Players>
    </CoupleViewModel>
  </CoupleWinners>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <Rankings xmlns:d2p1="http://schemas.datacontract.org/2004/07/DartStat.Domain.Models">
    <d2p1:RankingBaseViewModel>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RankingId>1</d2p1:RankingId>
      <d2p1:Slug>sample string 3</d2p1:Slug>
    </d2p1:RankingBaseViewModel>
    <d2p1:RankingBaseViewModel>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RankingId>1</d2p1:RankingId>
      <d2p1:Slug>sample string 3</d2p1:Slug>
    </d2p1:RankingBaseViewModel>
  </Rankings>
  <Rounds>
    <RoundViewModel>
      <City>sample string 13</City>
      <CompetitionId>8</CompetitionId>
      <Country>sample string 14</Country>
      <CountryCode>sample string 15</CountryCode>
      <EndDate>2023-09-29T16:53:34.64215+02:00</EndDate>
      <InPoules>true</InPoules>
      <LegScoring>sample string 7</LegScoring>
      <MatchSets>
        <MatchSetViewModel>
          <MatchSetId>1</MatchSetId>
          <Matches>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
          </Matches>
          <Name>sample string 2</Name>
          <PairAId>1</PairAId>
          <PairBId>1</PairBId>
          <ScoreA>1</ScoreA>
          <ScoreB>1</ScoreB>
        </MatchSetViewModel>
        <MatchSetViewModel>
          <MatchSetId>1</MatchSetId>
          <Matches>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
          </Matches>
          <Name>sample string 2</Name>
          <PairAId>1</PairAId>
          <PairBId>1</PairBId>
          <ScoreA>1</ScoreA>
          <ScoreB>1</ScoreB>
        </MatchSetViewModel>
      </MatchSets>
      <Matches>
        <MatchViewModel>
          <AvgA>1.1</AvgA>
          <AvgB>1.1</AvgB>
          <Caller>sample string 20</Caller>
          <CallerId>1</CallerId>
          <CountryCodeA>sample string 16</CountryCodeA>
          <CountryCodeB>sample string 17</CountryCodeB>
          <Details>sample string 11</Details>
          <HasPair>true</HasPair>
          <Index>10</Index>
          <KeyA>1</KeyA>
          <KeyB>1</KeyB>
          <MatchId>8</MatchId>
          <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
          </Meta>
          <NationalityA>sample string 14</NationalityA>
          <NationalityB>sample string 15</NationalityB>
          <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
          <PairA>sample string 4</PairA>
          <PairAId>1</PairAId>
          <PairB>sample string 5</PairB>
          <PairBId>1</PairBId>
          <PlayerA>sample string 1</PlayerA>
          <PlayerAId>1</PlayerAId>
          <PlayerB>sample string 2</PlayerB>
          <PlayerBId>1</PlayerBId>
          <Poule>sample string 18</Poule>
          <RoundId>9</RoundId>
          <ScoreA>sample string 12</ScoreA>
          <ScoreB>sample string 13</ScoreB>
          <SeedA>sample string 6</SeedA>
          <SeedB>sample string 7</SeedB>
          <Stats>
            <AverageA>1.1</AverageA>
            <AverageB>1.1</AverageB>
            <DoubleAttemptsA>1</DoubleAttemptsA>
            <DoubleAttemptsB>1</DoubleAttemptsB>
            <DoubleHitsA>1</DoubleHitsA>
            <DoubleHitsB>1</DoubleHitsB>
            <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesA>
            <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesB>
            <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
            <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
            <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresA>
            <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresB>
          </Stats>
          <SubRound>19</SubRound>
        </MatchViewModel>
        <MatchViewModel>
          <AvgA>1.1</AvgA>
          <AvgB>1.1</AvgB>
          <Caller>sample string 20</Caller>
          <CallerId>1</CallerId>
          <CountryCodeA>sample string 16</CountryCodeA>
          <CountryCodeB>sample string 17</CountryCodeB>
          <Details>sample string 11</Details>
          <HasPair>true</HasPair>
          <Index>10</Index>
          <KeyA>1</KeyA>
          <KeyB>1</KeyB>
          <MatchId>8</MatchId>
          <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
          </Meta>
          <NationalityA>sample string 14</NationalityA>
          <NationalityB>sample string 15</NationalityB>
          <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
          <PairA>sample string 4</PairA>
          <PairAId>1</PairAId>
          <PairB>sample string 5</PairB>
          <PairBId>1</PairBId>
          <PlayerA>sample string 1</PlayerA>
          <PlayerAId>1</PlayerAId>
          <PlayerB>sample string 2</PlayerB>
          <PlayerBId>1</PlayerBId>
          <Poule>sample string 18</Poule>
          <RoundId>9</RoundId>
          <ScoreA>sample string 12</ScoreA>
          <ScoreB>sample string 13</ScoreB>
          <SeedA>sample string 6</SeedA>
          <SeedB>sample string 7</SeedB>
          <Stats>
            <AverageA>1.1</AverageA>
            <AverageB>1.1</AverageB>
            <DoubleAttemptsA>1</DoubleAttemptsA>
            <DoubleAttemptsB>1</DoubleAttemptsB>
            <DoubleHitsA>1</DoubleHitsA>
            <DoubleHitsB>1</DoubleHitsB>
            <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesA>
            <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesB>
            <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
            <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
            <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresA>
            <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresB>
          </Stats>
          <SubRound>19</SubRound>
        </MatchViewModel>
      </Matches>
      <NumberOfMatches>11</NumberOfMatches>
      <Order>12</Order>
      <OrganisationId>1</OrganisationId>
      <PouleScores>
        <PouleScoresViewModel>
          <Poule>sample string 1</Poule>
          <Scores>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
          </Scores>
        </PouleScoresViewModel>
        <PouleScoresViewModel>
          <Poule>sample string 1</Poule>
          <Scores>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
          </Scores>
        </PouleScoresViewModel>
      </PouleScores>
      <Rank>4</Rank>
      <RoundId>2</RoundId>
      <SeasonId>3</SeasonId>
      <SetScoring>sample string 6</SetScoring>
      <Short>sample string 10</Short>
      <StartDate>2023-09-29T16:53:34.64215+02:00</StartDate>
      <Title>sample string 9</Title>
      <Venue>sample string 1</Venue>
      <VenueId>1</VenueId>
    </RoundViewModel>
    <RoundViewModel>
      <City>sample string 13</City>
      <CompetitionId>8</CompetitionId>
      <Country>sample string 14</Country>
      <CountryCode>sample string 15</CountryCode>
      <EndDate>2023-09-29T16:53:34.64215+02:00</EndDate>
      <InPoules>true</InPoules>
      <LegScoring>sample string 7</LegScoring>
      <MatchSets>
        <MatchSetViewModel>
          <MatchSetId>1</MatchSetId>
          <Matches>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
          </Matches>
          <Name>sample string 2</Name>
          <PairAId>1</PairAId>
          <PairBId>1</PairBId>
          <ScoreA>1</ScoreA>
          <ScoreB>1</ScoreB>
        </MatchSetViewModel>
        <MatchSetViewModel>
          <MatchSetId>1</MatchSetId>
          <Matches>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
            <MatchViewModel>
              <AvgA>1.1</AvgA>
              <AvgB>1.1</AvgB>
              <Caller>sample string 20</Caller>
              <CallerId>1</CallerId>
              <CountryCodeA>sample string 16</CountryCodeA>
              <CountryCodeB>sample string 17</CountryCodeB>
              <Details>sample string 11</Details>
              <HasPair>true</HasPair>
              <Index>10</Index>
              <KeyA>1</KeyA>
              <KeyB>1</KeyB>
              <MatchId>8</MatchId>
              <Meta xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 1</d8p1:Key>
                  <d8p1:Value>sample string 2</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
                <d8p1:KeyValueOfstringstring>
                  <d8p1:Key>sample string 3</d8p1:Key>
                  <d8p1:Value>sample string 4</d8p1:Value>
                </d8p1:KeyValueOfstringstring>
              </Meta>
              <NationalityA>sample string 14</NationalityA>
              <NationalityB>sample string 15</NationalityB>
              <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
              <PairA>sample string 4</PairA>
              <PairAId>1</PairAId>
              <PairB>sample string 5</PairB>
              <PairBId>1</PairBId>
              <PlayerA>sample string 1</PlayerA>
              <PlayerAId>1</PlayerAId>
              <PlayerB>sample string 2</PlayerB>
              <PlayerBId>1</PlayerBId>
              <Poule>sample string 18</Poule>
              <RoundId>9</RoundId>
              <ScoreA>sample string 12</ScoreA>
              <ScoreB>sample string 13</ScoreB>
              <SeedA>sample string 6</SeedA>
              <SeedB>sample string 7</SeedB>
              <Stats>
                <AverageA>1.1</AverageA>
                <AverageB>1.1</AverageB>
                <DoubleAttemptsA>1</DoubleAttemptsA>
                <DoubleAttemptsB>1</DoubleAttemptsB>
                <DoubleHitsA>1</DoubleHitsA>
                <DoubleHitsB>1</DoubleHitsB>
                <FinishesA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesA>
                <FinishesB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </FinishesB>
                <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
                <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
                <ScoresA xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresA>
                <ScoresB xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:int>1</d9p1:int>
                  <d9p1:int>2</d9p1:int>
                </ScoresB>
              </Stats>
              <SubRound>19</SubRound>
            </MatchViewModel>
          </Matches>
          <Name>sample string 2</Name>
          <PairAId>1</PairAId>
          <PairBId>1</PairBId>
          <ScoreA>1</ScoreA>
          <ScoreB>1</ScoreB>
        </MatchSetViewModel>
      </MatchSets>
      <Matches>
        <MatchViewModel>
          <AvgA>1.1</AvgA>
          <AvgB>1.1</AvgB>
          <Caller>sample string 20</Caller>
          <CallerId>1</CallerId>
          <CountryCodeA>sample string 16</CountryCodeA>
          <CountryCodeB>sample string 17</CountryCodeB>
          <Details>sample string 11</Details>
          <HasPair>true</HasPair>
          <Index>10</Index>
          <KeyA>1</KeyA>
          <KeyB>1</KeyB>
          <MatchId>8</MatchId>
          <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
          </Meta>
          <NationalityA>sample string 14</NationalityA>
          <NationalityB>sample string 15</NationalityB>
          <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
          <PairA>sample string 4</PairA>
          <PairAId>1</PairAId>
          <PairB>sample string 5</PairB>
          <PairBId>1</PairBId>
          <PlayerA>sample string 1</PlayerA>
          <PlayerAId>1</PlayerAId>
          <PlayerB>sample string 2</PlayerB>
          <PlayerBId>1</PlayerBId>
          <Poule>sample string 18</Poule>
          <RoundId>9</RoundId>
          <ScoreA>sample string 12</ScoreA>
          <ScoreB>sample string 13</ScoreB>
          <SeedA>sample string 6</SeedA>
          <SeedB>sample string 7</SeedB>
          <Stats>
            <AverageA>1.1</AverageA>
            <AverageB>1.1</AverageB>
            <DoubleAttemptsA>1</DoubleAttemptsA>
            <DoubleAttemptsB>1</DoubleAttemptsB>
            <DoubleHitsA>1</DoubleHitsA>
            <DoubleHitsB>1</DoubleHitsB>
            <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesA>
            <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesB>
            <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
            <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
            <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresA>
            <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresB>
          </Stats>
          <SubRound>19</SubRound>
        </MatchViewModel>
        <MatchViewModel>
          <AvgA>1.1</AvgA>
          <AvgB>1.1</AvgB>
          <Caller>sample string 20</Caller>
          <CallerId>1</CallerId>
          <CountryCodeA>sample string 16</CountryCodeA>
          <CountryCodeB>sample string 17</CountryCodeB>
          <Details>sample string 11</Details>
          <HasPair>true</HasPair>
          <Index>10</Index>
          <KeyA>1</KeyA>
          <KeyB>1</KeyB>
          <MatchId>8</MatchId>
          <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>sample string 3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
          </Meta>
          <NationalityA>sample string 14</NationalityA>
          <NationalityB>sample string 15</NationalityB>
          <OfficialStartDate>2023-09-29T16:53:34.64215+02:00</OfficialStartDate>
          <PairA>sample string 4</PairA>
          <PairAId>1</PairAId>
          <PairB>sample string 5</PairB>
          <PairBId>1</PairBId>
          <PlayerA>sample string 1</PlayerA>
          <PlayerAId>1</PlayerAId>
          <PlayerB>sample string 2</PlayerB>
          <PlayerBId>1</PlayerBId>
          <Poule>sample string 18</Poule>
          <RoundId>9</RoundId>
          <ScoreA>sample string 12</ScoreA>
          <ScoreB>sample string 13</ScoreB>
          <SeedA>sample string 6</SeedA>
          <SeedB>sample string 7</SeedB>
          <Stats>
            <AverageA>1.1</AverageA>
            <AverageB>1.1</AverageB>
            <DoubleAttemptsA>1</DoubleAttemptsA>
            <DoubleAttemptsB>1</DoubleAttemptsB>
            <DoubleHitsA>1</DoubleHitsA>
            <DoubleHitsB>1</DoubleHitsB>
            <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesA>
            <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </FinishesB>
            <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA>
            <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB>
            <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresA>
            <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </ScoresB>
          </Stats>
          <SubRound>19</SubRound>
        </MatchViewModel>
      </Matches>
      <NumberOfMatches>11</NumberOfMatches>
      <Order>12</Order>
      <OrganisationId>1</OrganisationId>
      <PouleScores>
        <PouleScoresViewModel>
          <Poule>sample string 1</Poule>
          <Scores>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
          </Scores>
        </PouleScoresViewModel>
        <PouleScoresViewModel>
          <Poule>sample string 1</Poule>
          <Scores>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
            <PouleScoreViewModel>
              <Couple>sample string 2</Couple>
              <CoupleId>1</CoupleId>
              <GamesLost>1</GamesLost>
              <GamesWon>1</GamesWon>
              <LegsLost>1</LegsLost>
              <LegsWon>1</LegsWon>
              <Nationality>sample string 3</Nationality>
              <OpponentId xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </OpponentId>
              <Order>4</Order>
              <Player>sample string 1</Player>
              <PlayerId>1</PlayerId>
              <Position>1</Position>
              <Scores xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </Scores>
              <SeasonCoupleId>1</SeasonCoupleId>
              <SeasonPlayerId>1</SeasonPlayerId>
              <Seeding>1</Seeding>
              <Weight>1</Weight>
            </PouleScoreViewModel>
          </Scores>
        </PouleScoresViewModel>
      </PouleScores>
      <Rank>4</Rank>
      <RoundId>2</RoundId>
      <SeasonId>3</SeasonId>
      <SetScoring>sample string 6</SetScoring>
      <Short>sample string 10</Short>
      <StartDate>2023-09-29T16:53:34.64215+02:00</StartDate>
      <Title>sample string 9</Title>
      <Venue>sample string 1</Venue>
      <VenueId>1</VenueId>
    </RoundViewModel>
  </Rounds>
  <Runnerups>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
  </Runnerups>
  <Schema>Knockout</Schema>
  <Winners>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
    <PlayerViewModel>
      <Attachment>sample string 12</Attachment>
      <AttachmentContentType>sample string 13</AttachmentContentType>
      <AttachmentDescription>sample string 15</AttachmentDescription>
      <AttachmentPassport>sample string 20</AttachmentPassport>
      <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
      <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
      <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
      <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
      <AttachmentThrow>sample string 16</AttachmentThrow>
      <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
      <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
      <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
      <AttachmentWDF>sample string 24</AttachmentWDF>
      <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
      <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
      <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
      <CountryCode>sample string 11</CountryCode>
      <DateOfBirth>2023-09-29T16:53:34.64215+02:00</DateOfBirth>
      <Email>sample string 9</Email>
      <FirstName>sample string 5</FirstName>
      <FullName>sample string 4</FullName>
      <Gender>sample string 10</Gender>
      <Key>2</Key>
      <LastName>sample string 6</LastName>
      <MemberId>sample string 3</MemberId>
      <Nationality>sample string 8</Nationality>
      <PlayerId>1</PlayerId>
      <SurName>sample string 7</SurName>
      <Url>sample string 28</Url>
    </PlayerViewModel>
  </Winners>
</SeasonDetailViewModel>