GET api/v{version}/season?id={id}&translations={translations}&seasonStatus={seasonStatus}&page={page}&pageSize={pageSize}

Get the seasons for a competion

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Required competition id

integer

Default value is -1

translations

boolean

Default value is False

seasonStatus

string

Default value is

page

integer

Default value is 0

pageSize

integer

Default value is 0

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SeasonViewModel
NameDescriptionTypeAdditional information
Attachment

A photo of the season.

string

None.

AttachmentWinner

A photo of the winner season.

string

None.

Labels

Collection of LabelViewModel

None.

Venue

Location where the games are/where played.

string

None.

SeasonId

The unique id.

integer

None.

CompetitionId

The related competition id.

integer

None.

Schema

Type of play schema.

Schema

None.

Sponsor

The main sponsor.

string

None.

Edition

Edition

integer

None.

Description

Short description of the season.

string

None.

TotalNumberOfPlayers

integer

None.

VenueId

Location where the games are/where played.

integer

None.

Title

Name of the season.

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.

OnTv

Was the season broadcasted on television.

boolean

None.

OnWeb

Season is streamed on the web.

boolean

None.

PrizeMoney

Total prize money.

string

None.

PrizeMoneyIndication

Total prize money indication (without special prizes).

string

None.

PrizeCurrency

The prize currency.

string

None.

Gender

Gender information

GenderGameType

None.

Status

string

None.

Callers

Callers of the season.

Collection of PlayerViewModel

None.

City

City where the games are/where played.

string

None.

Country

Country where the games are/where played.

string

None.

CountryCode

CountryCode where the games are/where played.

string

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.

Rankings

Get/Sets the related rankings of this season.

Collection of RankingBaseViewModel

None.

OrganisationId

The related organisation id.

integer

None.

SeasonStatus

SeasonStatus

None.

WithPairs

Is this season played with Pairs.

boolean

None.

DescriptionTranslations

Dictionary of string [key] and string [value]

None.

AttachmentContentType

The content type of the season.

string

None.

AttachmentPhotographer

string

None.

AttachmentDescription

string

None.

AttachmentWinnerContentType

The content type of the season.

string

None.

AttachmentWinnerPhotographer

string

None.

AttachmentWinnerDescription

string

None.

Modified

Last time the season is modified.

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SeasonId": 4,
    "Title": "sample string 7",
    "Sponsor": "sample string 5",
    "Edition": 1,
    "VenueId": 1,
    "Venue": "sample string 3",
    "City": "sample string 14",
    "Country": "sample string 15",
    "CountryCode": "sample string 16",
    "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"
      }
    ],
    "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"
      }
    ],
    "PrizeMoney": "sample string 10",
    "PrizeMoneyIndication": "sample string 11",
    "PrizeCurrency": "sample string 12",
    "CompetitionId": 1,
    "TotalNumberOfPlayers": 1,
    "OrganisationId": 1,
    "Schema": 0,
    "Gender": 0,
    "Status": "sample string 13",
    "SeasonStatus": 0,
    "WithPairs": true,
    "StartDate": "2023-09-30T05:43:28.9805876+02:00",
    "EndDate": "2023-09-30T05:43:28.9805876+02:00",
    "OnTv": true,
    "OnWeb": true,
    "Description": "sample string 6",
    "DescriptionTranslations": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "Attachment": "sample string 1",
    "Modified": "2023-09-30T05:43:28.9805876+02:00"
  },
  {
    "SeasonId": 4,
    "Title": "sample string 7",
    "Sponsor": "sample string 5",
    "Edition": 1,
    "VenueId": 1,
    "Venue": "sample string 3",
    "City": "sample string 14",
    "Country": "sample string 15",
    "CountryCode": "sample string 16",
    "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"
      }
    ],
    "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"
      }
    ],
    "PrizeMoney": "sample string 10",
    "PrizeMoneyIndication": "sample string 11",
    "PrizeCurrency": "sample string 12",
    "CompetitionId": 1,
    "TotalNumberOfPlayers": 1,
    "OrganisationId": 1,
    "Schema": 0,
    "Gender": 0,
    "Status": "sample string 13",
    "SeasonStatus": 0,
    "WithPairs": true,
    "StartDate": "2023-09-30T05:43:28.9805876+02:00",
    "EndDate": "2023-09-30T05:43:28.9805876+02:00",
    "OnTv": true,
    "OnWeb": true,
    "Description": "sample string 6",
    "DescriptionTranslations": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "Attachment": "sample string 1",
    "Modified": "2023-09-30T05:43:28.9805876+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSeasonViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models">
  <SeasonViewModel>
    <Attachment>sample string 1</Attachment>
    <AttachmentContentType>sample string 18</AttachmentContentType>
    <AttachmentDescription>sample string 20</AttachmentDescription>
    <AttachmentPhotographer>sample string 19</AttachmentPhotographer>
    <AttachmentWinner>sample string 2</AttachmentWinner>
    <AttachmentWinnerContentType>sample string 21</AttachmentWinnerContentType>
    <AttachmentWinnerDescription>sample string 23</AttachmentWinnerDescription>
    <AttachmentWinnerPhotographer>sample string 22</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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <City>sample string 14</City>
    <CompetitionId>1</CompetitionId>
    <Country>sample string 15</Country>
    <CountryCode>sample string 16</CountryCode>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <Description>sample string 6</Description>
    <DescriptionTranslations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </DescriptionTranslations>
    <Edition>1</Edition>
    <EndDate>2023-09-30T05:43:28.9805876+02:00</EndDate>
    <Gender>Men</Gender>
    <Modified>2023-09-30T05:43:28.9805876+02:00</Modified>
    <OnTv>true</OnTv>
    <OnWeb>true</OnWeb>
    <OrganisationId>1</OrganisationId>
    <PrizeCurrency>sample string 12</PrizeCurrency>
    <PrizeMoney>sample string 10</PrizeMoney>
    <PrizeMoneyIndication>sample string 11</PrizeMoneyIndication>
    <Rankings xmlns:d3p1="http://schemas.datacontract.org/2004/07/DartStat.Domain.Models">
      <d3p1:RankingBaseViewModel>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RankingId>1</d3p1:RankingId>
        <d3p1:Slug>sample string 3</d3p1:Slug>
      </d3p1:RankingBaseViewModel>
      <d3p1:RankingBaseViewModel>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RankingId>1</d3p1:RankingId>
        <d3p1:Slug>sample string 3</d3p1:Slug>
      </d3p1:RankingBaseViewModel>
    </Rankings>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <SeasonId>4</SeasonId>
    <SeasonStatus>Unknown</SeasonStatus>
    <Sponsor>sample string 5</Sponsor>
    <StartDate>2023-09-30T05:43:28.9805876+02:00</StartDate>
    <Status>sample string 13</Status>
    <Title>sample string 7</Title>
    <TotalNumberOfPlayers>1</TotalNumberOfPlayers>
    <Venue>sample string 3</Venue>
    <VenueId>1</VenueId>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <WithPairs>true</WithPairs>
  </SeasonViewModel>
  <SeasonViewModel>
    <Attachment>sample string 1</Attachment>
    <AttachmentContentType>sample string 18</AttachmentContentType>
    <AttachmentDescription>sample string 20</AttachmentDescription>
    <AttachmentPhotographer>sample string 19</AttachmentPhotographer>
    <AttachmentWinner>sample string 2</AttachmentWinner>
    <AttachmentWinnerContentType>sample string 21</AttachmentWinnerContentType>
    <AttachmentWinnerDescription>sample string 23</AttachmentWinnerDescription>
    <AttachmentWinnerPhotographer>sample string 22</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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <City>sample string 14</City>
    <CompetitionId>1</CompetitionId>
    <Country>sample string 15</Country>
    <CountryCode>sample string 16</CountryCode>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <Description>sample string 6</Description>
    <DescriptionTranslations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </DescriptionTranslations>
    <Edition>1</Edition>
    <EndDate>2023-09-30T05:43:28.9805876+02:00</EndDate>
    <Gender>Men</Gender>
    <Modified>2023-09-30T05:43:28.9805876+02:00</Modified>
    <OnTv>true</OnTv>
    <OnWeb>true</OnWeb>
    <OrganisationId>1</OrganisationId>
    <PrizeCurrency>sample string 12</PrizeCurrency>
    <PrizeMoney>sample string 10</PrizeMoney>
    <PrizeMoneyIndication>sample string 11</PrizeMoneyIndication>
    <Rankings xmlns:d3p1="http://schemas.datacontract.org/2004/07/DartStat.Domain.Models">
      <d3p1:RankingBaseViewModel>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RankingId>1</d3p1:RankingId>
        <d3p1:Slug>sample string 3</d3p1:Slug>
      </d3p1:RankingBaseViewModel>
      <d3p1:RankingBaseViewModel>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RankingId>1</d3p1:RankingId>
        <d3p1:Slug>sample string 3</d3p1:Slug>
      </d3p1:RankingBaseViewModel>
    </Rankings>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <SeasonId>4</SeasonId>
    <SeasonStatus>Unknown</SeasonStatus>
    <Sponsor>sample string 5</Sponsor>
    <StartDate>2023-09-30T05:43:28.9805876+02:00</StartDate>
    <Status>sample string 13</Status>
    <Title>sample string 7</Title>
    <TotalNumberOfPlayers>1</TotalNumberOfPlayers>
    <Venue>sample string 3</Venue>
    <VenueId>1</VenueId>
    <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-30T05:43:28.9805876+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-30T05:43:28.9805876+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>
    <WithPairs>true</WithPairs>
  </SeasonViewModel>
</ArrayOfSeasonViewModel>