POST api/CreateOrder

Request Information

URI Parameters

None.

Body Parameters

InsertOrder
NameDescriptionTypeAdditional information
customerId

integer

None.

planScreenId

integer

None.

seatsF1

string

None.

seatsF2

string

None.

seatsF3

string

None.

ListChairValueF1

string

None.

ListChairValueF2

string

None.

ListChairValueF3

string

None.

CustomerFirstName

string

None.

CustomerLastName

string

None.

MemberCardCode

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

PaymentMethodSystemName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "planScreenId": 2,
  "seatsF1": "sample string 3",
  "seatsF2": "sample string 4",
  "seatsF3": "sample string 5",
  "ListChairValueF1": "sample string 6",
  "ListChairValueF2": "sample string 7",
  "ListChairValueF3": "sample string 8",
  "CustomerFirstName": "sample string 9",
  "CustomerLastName": "sample string 10",
  "MemberCardCode": "sample string 11",
  "CustomerEmail": "sample string 12",
  "CustomerPhone": "sample string 13",
  "PaymentMethodSystemName": "sample string 14"
}

application/xml, text/xml

Sample:
<InsertOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCPQG_API.Models">
  <CustomerEmail>sample string 12</CustomerEmail>
  <CustomerFirstName>sample string 9</CustomerFirstName>
  <CustomerLastName>sample string 10</CustomerLastName>
  <CustomerPhone>sample string 13</CustomerPhone>
  <ListChairValueF1>sample string 6</ListChairValueF1>
  <ListChairValueF2>sample string 7</ListChairValueF2>
  <ListChairValueF3>sample string 8</ListChairValueF3>
  <MemberCardCode>sample string 11</MemberCardCode>
  <PaymentMethodSystemName>sample string 14</PaymentMethodSystemName>
  <customerId>1</customerId>
  <planScreenId>2</planScreenId>
  <seatsF1>sample string 3</seatsF1>
  <seatsF2>sample string 4</seatsF2>
  <seatsF3>sample string 5</seatsF3>
</InsertOrder>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InsertOrder'.

Response Information

Resource Description

Order
NameDescriptionTypeAdditional information
Id

integer

None.

OrderGuid

globally unique identifier

None.

StoreId

integer

None.

CustomerId

integer

None.

BillingAddressId

integer

None.

ShippingAddressId

integer

None.

OrderStatusId

integer

None.

ShippingStatusId

integer

None.

PaymentStatusId

integer

None.

PaymentMethodSystemName

string

None.

CustomerCurrencyCode

string

None.

CurrencyRate

decimal number

None.

CustomerTaxDisplayTypeId

integer

None.

VatNumber

string

None.

OrderSubtotalInclTax

decimal number

None.

OrderSubtotalExclTax

decimal number

None.

OrderSubTotalDiscountInclTax

decimal number

None.

OrderSubTotalDiscountExclTax

decimal number

None.

OrderShippingInclTax

decimal number

None.

OrderShippingExclTax

decimal number

None.

PaymentMethodAdditionalFeeInclTax

decimal number

None.

PaymentMethodAdditionalFeeExclTax

decimal number

None.

TaxRates

string

None.

OrderTax

decimal number

None.

OrderDiscount

decimal number

None.

OrderTotal

decimal number

None.

RefundedAmount

decimal number

None.

RewardPointsWereAdded

boolean

None.

CheckoutAttributeDescription

string

None.

CheckoutAttributesXml

string

None.

CustomerLanguageId

integer

None.

AffiliateId

integer

None.

UserId

integer

None.

PrintingUserId

integer

None.

InviterId

integer

None.

CustomerIp

string

None.

AllowStoringCreditCardNumber

boolean

None.

CardType

string

None.

CardName

string

None.

CardNumber

string

None.

MaskedCreditCardNumber

string

None.

CardCvv2

string

None.

CardExpirationMonth

string

None.

CardExpirationYear

string

None.

AuthorizationTransactionId

string

None.

AuthorizationTransactionCode

string

None.

AuthorizationTransactionResult

string

None.

CaptureTransactionId

string

None.

CaptureTransactionResult

string

None.

SubscriptionTransactionId

string

None.

PurchaseOrderNumber

string

None.

PaidDateUtc

date

None.

ShippingMethod

string

None.

ShippingRateComputationMethodSystemName

string

None.

Deleted

boolean

None.

CreatedOnUtc

date

None.

PrintedOnUtc

date

None.

ShippingTimeId

integer

None.

IsInvitation

boolean

None.

IsOnline

boolean

None.

IsContract

boolean

None.

BarCode

string

None.

BarCodeBinary

Collection of byte

None.

vpcTelcoCode

string

None.

vpc_MerchTxnRef

string

None.

IsEmailSent

boolean

None.

IsSmsSent

boolean

None.

CustomerFirstName

string

None.

CustomerLastName

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

IsAutoBuy

boolean

None.

MemberCardCode

string

None.

PointReward

decimal number

None.

PointCard

decimal number

None.

VoucherCode

string

None.

CampaignId

integer

None.

DiscountStatus

integer

None.

IsTicketUsed

boolean

None.

CheckedInOnUtc

date

None.

CheckedInUserId

integer

None.

TransactionID

string

None.

InvNo

string

None.

ErrorStatus

string

None.

ETicketUrl

string

None.

DiscountUsageHistories

Collection of DiscountUsageHistory

None.

GiftCardUsageHistories

Collection of GiftCardUsageHistory

None.

OrderItems

Collection of OrderItem

None.

OrderNotes

Collection of OrderNote

None.

RecurringPayments

Collection of RecurringPayment

None.

RewardPointsHistories

Collection of RewardPointsHistory

None.

Shipments

Collection of Shipment

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderGuid": "3a219439-1354-45a3-b443-3bb18aedeb5c",
  "StoreId": 3,
  "CustomerId": 4,
  "BillingAddressId": 5,
  "ShippingAddressId": 1,
  "OrderStatusId": 6,
  "ShippingStatusId": 7,
  "PaymentStatusId": 8,
  "PaymentMethodSystemName": "sample string 9",
  "CustomerCurrencyCode": "sample string 10",
  "CurrencyRate": 1.0,
  "CustomerTaxDisplayTypeId": 1,
  "VatNumber": "sample string 11",
  "OrderSubtotalInclTax": 1.0,
  "OrderSubtotalExclTax": 1.0,
  "OrderSubTotalDiscountInclTax": 1.0,
  "OrderSubTotalDiscountExclTax": 1.0,
  "OrderShippingInclTax": 1.0,
  "OrderShippingExclTax": 1.0,
  "PaymentMethodAdditionalFeeInclTax": 1.0,
  "PaymentMethodAdditionalFeeExclTax": 1.0,
  "TaxRates": "sample string 12",
  "OrderTax": 1.0,
  "OrderDiscount": 1.0,
  "OrderTotal": 1.0,
  "RefundedAmount": 1.0,
  "RewardPointsWereAdded": true,
  "CheckoutAttributeDescription": "sample string 14",
  "CheckoutAttributesXml": "sample string 15",
  "CustomerLanguageId": 1,
  "AffiliateId": 1,
  "UserId": 16,
  "PrintingUserId": 17,
  "InviterId": 18,
  "CustomerIp": "sample string 19",
  "AllowStoringCreditCardNumber": true,
  "CardType": "sample string 20",
  "CardName": "sample string 21",
  "CardNumber": "sample string 22",
  "MaskedCreditCardNumber": "sample string 23",
  "CardCvv2": "sample string 24",
  "CardExpirationMonth": "sample string 25",
  "CardExpirationYear": "sample string 26",
  "AuthorizationTransactionId": "sample string 27",
  "AuthorizationTransactionCode": "sample string 28",
  "AuthorizationTransactionResult": "sample string 29",
  "CaptureTransactionId": "sample string 30",
  "CaptureTransactionResult": "sample string 31",
  "SubscriptionTransactionId": "sample string 32",
  "PurchaseOrderNumber": "sample string 33",
  "PaidDateUtc": "2025-05-19T09:21:45.7257544+07:00",
  "ShippingMethod": "sample string 34",
  "ShippingRateComputationMethodSystemName": "sample string 35",
  "Deleted": true,
  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
  "PrintedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
  "ShippingTimeId": 1,
  "IsInvitation": true,
  "IsOnline": true,
  "IsContract": true,
  "BarCode": "sample string 41",
  "BarCodeBinary": "QEA=",
  "vpcTelcoCode": "sample string 42",
  "vpc_MerchTxnRef": "sample string 43",
  "IsEmailSent": true,
  "IsSmsSent": true,
  "CustomerFirstName": "sample string 44",
  "CustomerLastName": "sample string 45",
  "CustomerEmail": "sample string 46",
  "CustomerPhone": "sample string 47",
  "IsAutoBuy": true,
  "MemberCardCode": "sample string 48",
  "PointReward": 1.0,
  "PointCard": 1.0,
  "VoucherCode": "sample string 49",
  "CampaignId": 1,
  "DiscountStatus": 1,
  "IsTicketUsed": true,
  "CheckedInOnUtc": "2025-05-19T09:21:45.7257544+07:00",
  "CheckedInUserId": 1,
  "TransactionID": "sample string 50",
  "InvNo": "sample string 51",
  "ErrorStatus": "sample string 52",
  "ETicketUrl": "sample string 53",
  "DiscountUsageHistories": [
    {
      "Id": 1,
      "DiscountId": 2,
      "OrderId": 3,
      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
      "Discount": {
        "Id": 1,
        "Name": "sample string 2",
        "DiscountTypeId": 3,
        "UsePercentage": true,
        "DiscountPercentage": 5.0,
        "DiscountAmount": 6.0,
        "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
        "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
        "RequiresCouponCode": true,
        "CouponCode": "sample string 8",
        "DiscountLimitationId": 9,
        "LimitationTimes": 10,
        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
        "CreatedUser": "sample string 11",
        "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
        "UpdatedUser": "sample string 12",
        "DiscountRequirements": [
          {
            "Id": 1,
            "DiscountId": 2,
            "DiscountRequirementRuleSystemName": "sample string 3"
          },
          {
            "Id": 1,
            "DiscountId": 2,
            "DiscountRequirementRuleSystemName": "sample string 3"
          }
        ],
        "DiscountUsageHistories": [],
        "Categories": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "Description": "sample string 3",
            "CategoryTemplateId": 4,
            "MetaKeywords": "sample string 5",
            "MetaDescription": "sample string 6",
            "MetaTitle": "sample string 7",
            "ParentCategoryId": 8,
            "PictureId": 9,
            "PageSize": 10,
            "AllowCustomersToSelectPageSize": true,
            "PageSizeOptions": "sample string 12",
            "PriceRanges": "sample string 13",
            "ShowOnHomePage": true,
            "HasDiscountsApplied": true,
            "SubjectToAcl": true,
            "LimitedToStores": true,
            "Published": true,
            "Deleted": true,
            "DisplayOrder": 20,
            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
            "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
            "IsFavorites": true,
            "Level": 24,
            "SubCategories": "sample string 25",
            "CreatedUser": "sample string 26",
            "UpdatedUser": "sample string 27",
            "CategoryFilmMappings": [
              {
                "Id": 1,
                "FilmId": 1,
                "CategoryId": 1,
                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                "CreatedUser": "sample string 2"
              },
              {
                "Id": 1,
                "FilmId": 1,
                "CategoryId": 1,
                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                "CreatedUser": "sample string 2"
              }
            ],
            "Product_Category_Mapping": [
              {
                "Id": 1,
                "ProductId": 2,
                "CategoryId": 3,
                "IsFeaturedProduct": true,
                "DisplayOrder": 5,
                "Product": {
                  "Id": 1,
                  "ProductTypeId": 2,
                  "ParentGroupedProductId": 3,
                  "VisibleIndividually": true,
                  "Name": "sample string 5",
                  "ShortDescription": "sample string 6",
                  "FullDescription": "sample string 7",
                  "AdminComment": "sample string 8",
                  "ProductTemplateId": 9,
                  "VendorId": 10,
                  "ShowOnHomePage": true,
                  "MetaKeywords": "sample string 12",
                  "MetaDescription": "sample string 13",
                  "MetaTitle": "sample string 14",
                  "AllowCustomerReviews": true,
                  "ApprovedRatingSum": 16,
                  "NotApprovedRatingSum": 17,
                  "ApprovedTotalReviews": 18,
                  "NotApprovedTotalReviews": 19,
                  "SubjectToAcl": true,
                  "LimitedToStores": true,
                  "Sku": "sample string 22",
                  "ManufacturerPartNumber": "sample string 23",
                  "Gtin": "sample string 24",
                  "IsGiftCard": true,
                  "GiftCardTypeId": 26,
                  "RequireOtherProducts": true,
                  "RequiredProductIds": "sample string 28",
                  "AutomaticallyAddRequiredProducts": true,
                  "IsDownload": true,
                  "DownloadId": 31,
                  "UnlimitedDownloads": true,
                  "MaxNumberOfDownloads": 33,
                  "DownloadExpirationDays": 1,
                  "DownloadActivationTypeId": 34,
                  "HasSampleDownload": true,
                  "SampleDownloadId": 36,
                  "HasUserAgreement": true,
                  "UserAgreementText": "sample string 38",
                  "IsRecurring": true,
                  "RecurringCycleLength": 40,
                  "RecurringCyclePeriodId": 41,
                  "RecurringTotalCycles": 42,
                  "IsShipEnabled": true,
                  "IsFreeShipping": true,
                  "AdditionalShippingCharge": 45.0,
                  "IsTaxExempt": true,
                  "TaxCategoryId": 47,
                  "ManageInventoryMethodId": 48,
                  "StockQuantity": 49,
                  "DisplayStockAvailability": true,
                  "DisplayStockQuantity": true,
                  "MinStockQuantity": 52,
                  "LowStockActivityId": 53,
                  "NotifyAdminForQuantityBelow": 54,
                  "BackorderModeId": 55,
                  "AllowBackInStockSubscriptions": true,
                  "OrderMinimumQuantity": 57,
                  "OrderMaximumQuantity": 58,
                  "AllowedQuantities": "sample string 59",
                  "DisableBuyButton": true,
                  "DisableWishlistButton": true,
                  "AvailableForPreOrder": true,
                  "CallForPrice": true,
                  "Price": 64.0,
                  "OldPrice": 65.0,
                  "ProductCost": 66.0,
                  "SpecialPrice": 1.0,
                  "SpecialPriceStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "SpecialPriceEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "CustomerEntersPrice": true,
                  "MinimumCustomerEnteredPrice": 68.0,
                  "MaximumCustomerEnteredPrice": 69.0,
                  "HasTierPrices": true,
                  "HasDiscountsApplied": true,
                  "Weight": 72.0,
                  "Length": 73.0,
                  "Width": 74.0,
                  "Height": 75.0,
                  "AvailableStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "AvailableEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "DisplayOrder": 76,
                  "Published": true,
                  "Deleted": true,
                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "TotalLike": 81,
                  "NumberOfViews": 1,
                  "PlanScreenId": 82,
                  "PositionId": 83,
                  "Status": 84,
                  "BackInStockSubscriptions": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "OrderItems": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "OrderItemTmps": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    }
                  ],
                  "Product_Category_Mapping": [],
                  "Product_Manufacturer_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    }
                  ],
                  "Product_Picture_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    }
                  ],
                  "Product_SpecificationAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    }
                  ],
                  "Product_ProductAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    }
                  ],
                  "ProductVariantAttributeCombinations": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    }
                  ],
                  "ShoppingCartItems": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "TierPrices": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    }
                  ],
                  "Discounts": [],
                  "ProductTags": [
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    },
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    }
                  ]
                }
              },
              {
                "Id": 1,
                "ProductId": 2,
                "CategoryId": 3,
                "IsFeaturedProduct": true,
                "DisplayOrder": 5,
                "Product": {
                  "Id": 1,
                  "ProductTypeId": 2,
                  "ParentGroupedProductId": 3,
                  "VisibleIndividually": true,
                  "Name": "sample string 5",
                  "ShortDescription": "sample string 6",
                  "FullDescription": "sample string 7",
                  "AdminComment": "sample string 8",
                  "ProductTemplateId": 9,
                  "VendorId": 10,
                  "ShowOnHomePage": true,
                  "MetaKeywords": "sample string 12",
                  "MetaDescription": "sample string 13",
                  "MetaTitle": "sample string 14",
                  "AllowCustomerReviews": true,
                  "ApprovedRatingSum": 16,
                  "NotApprovedRatingSum": 17,
                  "ApprovedTotalReviews": 18,
                  "NotApprovedTotalReviews": 19,
                  "SubjectToAcl": true,
                  "LimitedToStores": true,
                  "Sku": "sample string 22",
                  "ManufacturerPartNumber": "sample string 23",
                  "Gtin": "sample string 24",
                  "IsGiftCard": true,
                  "GiftCardTypeId": 26,
                  "RequireOtherProducts": true,
                  "RequiredProductIds": "sample string 28",
                  "AutomaticallyAddRequiredProducts": true,
                  "IsDownload": true,
                  "DownloadId": 31,
                  "UnlimitedDownloads": true,
                  "MaxNumberOfDownloads": 33,
                  "DownloadExpirationDays": 1,
                  "DownloadActivationTypeId": 34,
                  "HasSampleDownload": true,
                  "SampleDownloadId": 36,
                  "HasUserAgreement": true,
                  "UserAgreementText": "sample string 38",
                  "IsRecurring": true,
                  "RecurringCycleLength": 40,
                  "RecurringCyclePeriodId": 41,
                  "RecurringTotalCycles": 42,
                  "IsShipEnabled": true,
                  "IsFreeShipping": true,
                  "AdditionalShippingCharge": 45.0,
                  "IsTaxExempt": true,
                  "TaxCategoryId": 47,
                  "ManageInventoryMethodId": 48,
                  "StockQuantity": 49,
                  "DisplayStockAvailability": true,
                  "DisplayStockQuantity": true,
                  "MinStockQuantity": 52,
                  "LowStockActivityId": 53,
                  "NotifyAdminForQuantityBelow": 54,
                  "BackorderModeId": 55,
                  "AllowBackInStockSubscriptions": true,
                  "OrderMinimumQuantity": 57,
                  "OrderMaximumQuantity": 58,
                  "AllowedQuantities": "sample string 59",
                  "DisableBuyButton": true,
                  "DisableWishlistButton": true,
                  "AvailableForPreOrder": true,
                  "CallForPrice": true,
                  "Price": 64.0,
                  "OldPrice": 65.0,
                  "ProductCost": 66.0,
                  "SpecialPrice": 1.0,
                  "SpecialPriceStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "SpecialPriceEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "CustomerEntersPrice": true,
                  "MinimumCustomerEnteredPrice": 68.0,
                  "MaximumCustomerEnteredPrice": 69.0,
                  "HasTierPrices": true,
                  "HasDiscountsApplied": true,
                  "Weight": 72.0,
                  "Length": 73.0,
                  "Width": 74.0,
                  "Height": 75.0,
                  "AvailableStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "AvailableEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "DisplayOrder": 76,
                  "Published": true,
                  "Deleted": true,
                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "TotalLike": 81,
                  "NumberOfViews": 1,
                  "PlanScreenId": 82,
                  "PositionId": 83,
                  "Status": 84,
                  "BackInStockSubscriptions": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "OrderItems": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "OrderItemTmps": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    }
                  ],
                  "Product_Category_Mapping": [],
                  "Product_Manufacturer_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    }
                  ],
                  "Product_Picture_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    }
                  ],
                  "Product_SpecificationAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    }
                  ],
                  "Product_ProductAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    }
                  ],
                  "ProductVariantAttributeCombinations": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    }
                  ],
                  "ShoppingCartItems": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "TierPrices": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    }
                  ],
                  "Discounts": [],
                  "ProductTags": [
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    },
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    }
                  ]
                }
              }
            ],
            "Discounts": []
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "Description": "sample string 3",
            "CategoryTemplateId": 4,
            "MetaKeywords": "sample string 5",
            "MetaDescription": "sample string 6",
            "MetaTitle": "sample string 7",
            "ParentCategoryId": 8,
            "PictureId": 9,
            "PageSize": 10,
            "AllowCustomersToSelectPageSize": true,
            "PageSizeOptions": "sample string 12",
            "PriceRanges": "sample string 13",
            "ShowOnHomePage": true,
            "HasDiscountsApplied": true,
            "SubjectToAcl": true,
            "LimitedToStores": true,
            "Published": true,
            "Deleted": true,
            "DisplayOrder": 20,
            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
            "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
            "IsFavorites": true,
            "Level": 24,
            "SubCategories": "sample string 25",
            "CreatedUser": "sample string 26",
            "UpdatedUser": "sample string 27",
            "CategoryFilmMappings": [
              {
                "Id": 1,
                "FilmId": 1,
                "CategoryId": 1,
                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                "CreatedUser": "sample string 2"
              },
              {
                "Id": 1,
                "FilmId": 1,
                "CategoryId": 1,
                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                "CreatedUser": "sample string 2"
              }
            ],
            "Product_Category_Mapping": [
              {
                "Id": 1,
                "ProductId": 2,
                "CategoryId": 3,
                "IsFeaturedProduct": true,
                "DisplayOrder": 5,
                "Product": {
                  "Id": 1,
                  "ProductTypeId": 2,
                  "ParentGroupedProductId": 3,
                  "VisibleIndividually": true,
                  "Name": "sample string 5",
                  "ShortDescription": "sample string 6",
                  "FullDescription": "sample string 7",
                  "AdminComment": "sample string 8",
                  "ProductTemplateId": 9,
                  "VendorId": 10,
                  "ShowOnHomePage": true,
                  "MetaKeywords": "sample string 12",
                  "MetaDescription": "sample string 13",
                  "MetaTitle": "sample string 14",
                  "AllowCustomerReviews": true,
                  "ApprovedRatingSum": 16,
                  "NotApprovedRatingSum": 17,
                  "ApprovedTotalReviews": 18,
                  "NotApprovedTotalReviews": 19,
                  "SubjectToAcl": true,
                  "LimitedToStores": true,
                  "Sku": "sample string 22",
                  "ManufacturerPartNumber": "sample string 23",
                  "Gtin": "sample string 24",
                  "IsGiftCard": true,
                  "GiftCardTypeId": 26,
                  "RequireOtherProducts": true,
                  "RequiredProductIds": "sample string 28",
                  "AutomaticallyAddRequiredProducts": true,
                  "IsDownload": true,
                  "DownloadId": 31,
                  "UnlimitedDownloads": true,
                  "MaxNumberOfDownloads": 33,
                  "DownloadExpirationDays": 1,
                  "DownloadActivationTypeId": 34,
                  "HasSampleDownload": true,
                  "SampleDownloadId": 36,
                  "HasUserAgreement": true,
                  "UserAgreementText": "sample string 38",
                  "IsRecurring": true,
                  "RecurringCycleLength": 40,
                  "RecurringCyclePeriodId": 41,
                  "RecurringTotalCycles": 42,
                  "IsShipEnabled": true,
                  "IsFreeShipping": true,
                  "AdditionalShippingCharge": 45.0,
                  "IsTaxExempt": true,
                  "TaxCategoryId": 47,
                  "ManageInventoryMethodId": 48,
                  "StockQuantity": 49,
                  "DisplayStockAvailability": true,
                  "DisplayStockQuantity": true,
                  "MinStockQuantity": 52,
                  "LowStockActivityId": 53,
                  "NotifyAdminForQuantityBelow": 54,
                  "BackorderModeId": 55,
                  "AllowBackInStockSubscriptions": true,
                  "OrderMinimumQuantity": 57,
                  "OrderMaximumQuantity": 58,
                  "AllowedQuantities": "sample string 59",
                  "DisableBuyButton": true,
                  "DisableWishlistButton": true,
                  "AvailableForPreOrder": true,
                  "CallForPrice": true,
                  "Price": 64.0,
                  "OldPrice": 65.0,
                  "ProductCost": 66.0,
                  "SpecialPrice": 1.0,
                  "SpecialPriceStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "SpecialPriceEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "CustomerEntersPrice": true,
                  "MinimumCustomerEnteredPrice": 68.0,
                  "MaximumCustomerEnteredPrice": 69.0,
                  "HasTierPrices": true,
                  "HasDiscountsApplied": true,
                  "Weight": 72.0,
                  "Length": 73.0,
                  "Width": 74.0,
                  "Height": 75.0,
                  "AvailableStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "AvailableEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "DisplayOrder": 76,
                  "Published": true,
                  "Deleted": true,
                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "TotalLike": 81,
                  "NumberOfViews": 1,
                  "PlanScreenId": 82,
                  "PositionId": 83,
                  "Status": 84,
                  "BackInStockSubscriptions": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "OrderItems": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "OrderItemTmps": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    }
                  ],
                  "Product_Category_Mapping": [],
                  "Product_Manufacturer_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    }
                  ],
                  "Product_Picture_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    }
                  ],
                  "Product_SpecificationAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    }
                  ],
                  "Product_ProductAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    }
                  ],
                  "ProductVariantAttributeCombinations": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    }
                  ],
                  "ShoppingCartItems": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "TierPrices": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "StoreId": 3,
                      "CustomerRoleId": 1,
                      "Quantity": 4,
                      "Price": 5.0,
                      "CustomerRole": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "FreeShipping": true,
                        "TaxExempt": true,
                        "Active": true,
                        "IsSystemRole": true,
                        "SystemName": "sample string 7",
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "Customer": {
                              "Id": 1,
                              "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                              "Username": "sample string 3",
                              "Email": "sample string 4",
                              "Password": "sample string 5",
                              "PasswordFormatId": 6,
                              "PasswordSalt": "sample string 7",
                              "AdminComment": "sample string 8",
                              "IsTaxExempt": true,
                              "AffiliateId": 10,
                              "VendorId": 11,
                              "Active": true,
                              "Deleted": true,
                              "IsSystemAccount": true,
                              "SystemName": "sample string 15",
                              "LastIpAddress": "sample string 16",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BillingAddress_Id": 1,
                              "ShippingAddress_Id": 1,
                              "IsStaff": true,
                              "IsManufacturer": true,
                              "ManufacturerId": 1,
                              "CustomerFirstName": "sample string 19",
                              "CustomerLastName": "sample string 20",
                              "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                              "Mobile": "sample string 21",
                              "Sex": "sample string 22",
                              "Marriage": true,
                              "Address": "sample string 23",
                              "Position": "sample string 24",
                              "Favour": "sample string 25",
                              "CardCode": "sample string 26",
                              "CardLevelName": "sample string 27",
                              "CurrentCardId": 1,
                              "CardIssued": true,
                              "PointReward": 1.0,
                              "PointCard": 1.0,
                              "LastVisitedPage": "sample string 28",
                              "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                              "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                              "Area_Id": 1,
                              "City_Id": 1,
                              "Job_Id": 1,
                              "District_Id": 1,
                              "Country_Id": 1,
                              "ActivityLogs": [
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "ActivityLogTypeId": 2,
                                  "CustomerId": 3,
                                  "Comment": "sample string 4",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "ActivityLogType": {
                                    "Id": 1,
                                    "SystemKeyword": "sample string 2",
                                    "Name": "sample string 3",
                                    "Enabled": true,
                                    "ActivityLogs": []
                                  }
                                }
                              ],
                              "BackInStockSubscriptions": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ProductId": 3,
                                  "CustomerId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                }
                              ],
                              "BlogComments": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "CommentText": "sample string 3",
                                  "BlogPostId": 4,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                  "BlogPost": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [],
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Short": "sample string 4",
                                          "Full": "sample string 5",
                                          "Published": true,
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "AllowComments": true,
                                          "CommentCount": 8,
                                          "LimitedToStores": true,
                                          "MetaKeywords": "sample string 10",
                                          "MetaDescription": "sample string 11",
                                          "MetaTitle": "sample string 12",
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "ZoneId": 14,
                                          "ZoneName": "sample string 15",
                                          "IsHot": true,
                                          "IsFocus": true,
                                          "CustomerId": 16,
                                          "ViewCount": 1,
                                          "PictureId": 1,
                                          "OrderNo": 1,
                                          "UrlImage": "sample string 17",
                                          "UrlImages": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "PictureIds": "sample string 18",
                                          "NewsComments": [
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CommentTitle": "sample string 2",
                                              "CommentText": "sample string 3",
                                              "NewsItemId": 4,
                                              "CustomerId": 5,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "Customer_CustomerRole_Mapping": [],
                              "ExternalAuthenticationRecords": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Email": "sample string 3",
                                  "ExternalIdentifier": "sample string 4",
                                  "ExternalDisplayIdentifier": "sample string 5",
                                  "OAuthToken": "sample string 6",
                                  "OAuthAccessToken": "sample string 7",
                                  "ProviderSystemName": "sample string 8"
                                }
                              ],
                              "Forums_Post": [
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "TopicId": 2,
                                  "CustomerId": 3,
                                  "Text": "sample string 4",
                                  "IPAddress": "sample string 5",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Topic": {
                                    "Id": 1,
                                    "ForumId": 2,
                                    "CustomerId": 3,
                                    "TopicTypeId": 4,
                                    "Subject": "sample string 5",
                                    "NumPosts": 6,
                                    "Views": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Forum": {
                                      "Id": 1,
                                      "ForumGroupId": 2,
                                      "Name": "sample string 3",
                                      "Description": "sample string 4",
                                      "NumTopics": 5,
                                      "NumPosts": 6,
                                      "LastTopicId": 7,
                                      "LastPostId": 8,
                                      "LastPostCustomerId": 9,
                                      "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "DisplayOrder": 10,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Group": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "DisplayOrder": 3,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                        "Forums_Forum": []
                                      },
                                      "Forums_Topic": []
                                    },
                                    "Forums_Post": []
                                  }
                                }
                              ],
                              "Forums_Subscription": [
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                                  "CustomerId": 3,
                                  "ForumId": 4,
                                  "TopicId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_Topic": [
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                },
                                {
                                  "Id": 1,
                                  "ForumId": 2,
                                  "CustomerId": 3,
                                  "TopicTypeId": 4,
                                  "Subject": "sample string 5",
                                  "NumPosts": 6,
                                  "Views": 7,
                                  "LastPostId": 8,
                                  "LastPostCustomerId": 9,
                                  "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": {
                                    "Id": 1,
                                    "ForumGroupId": 2,
                                    "Name": "sample string 3",
                                    "Description": "sample string 4",
                                    "NumTopics": 5,
                                    "NumPosts": 6,
                                    "LastTopicId": 7,
                                    "LastPostId": 8,
                                    "LastPostCustomerId": 9,
                                    "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                    "DisplayOrder": 10,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "Forums_Group": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "DisplayOrder": 3,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Forums_Forum": []
                                    },
                                    "Forums_Topic": []
                                  },
                                  "Forums_Post": [
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    },
                                    {
                                      "Id": 1,
                                      "TopicId": 2,
                                      "CustomerId": 3,
                                      "Text": "sample string 4",
                                      "IPAddress": "sample string 5",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                    }
                                  ]
                                }
                              ],
                              "Logs": [
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "LogLevelId": 2,
                                  "ShortMessage": "sample string 3",
                                  "FullMessage": "sample string 4",
                                  "IpAddress": "sample string 5",
                                  "CustomerId": 1,
                                  "PageUrl": "sample string 6",
                                  "ReferrerUrl": "sample string 7",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "NewsComments": [
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "CommentTitle": "sample string 2",
                                  "CommentText": "sample string 3",
                                  "NewsItemId": 4,
                                  "CustomerId": 5,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "News": {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "Language": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "LanguageCulture": "sample string 3",
                                      "UniqueSeoCode": "sample string 4",
                                      "FlagImageFileName": "sample string 5",
                                      "Rtl": true,
                                      "LimitedToStores": true,
                                      "Published": true,
                                      "DisplayOrder": 9,
                                      "BlogPosts": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Title": "sample string 3",
                                          "Body": "sample string 4",
                                          "AllowComments": true,
                                          "CommentCount": 6,
                                          "Tags": "sample string 7",
                                          "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "MetaKeywords": "sample string 8",
                                          "MetaDescription": "sample string 9",
                                          "MetaTitle": "sample string 10",
                                          "LimitedToStores": true,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                          "BlogComments": [
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            },
                                            {
                                              "Id": 1,
                                              "CustomerId": 2,
                                              "CommentText": "sample string 3",
                                              "BlogPostId": 4,
                                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                            }
                                          ]
                                        }
                                      ],
                                      "LocaleStringResources": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "ResourceName": "sample string 3",
                                          "ResourceValue": "sample string 4"
                                        }
                                      ],
                                      "LocalizedProperties": [
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        },
                                        {
                                          "Id": 1,
                                          "EntityId": 2,
                                          "LanguageId": 3,
                                          "LocaleKeyGroup": "sample string 4",
                                          "LocaleKey": "sample string 5",
                                          "LocaleValue": "sample string 6"
                                        }
                                      ],
                                      "News": [],
                                      "Polls": [
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        {
                                          "Id": 1,
                                          "LanguageId": 2,
                                          "Name": "sample string 3",
                                          "SystemKeyword": "sample string 4",
                                          "Published": true,
                                          "ShowOnHomePage": true,
                                          "AllowGuestsToVote": true,
                                          "DisplayOrder": 8,
                                          "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                          "PollAnswers": [
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            },
                                            {
                                              "Id": 1,
                                              "PollId": 2,
                                              "Name": "sample string 3",
                                              "NumberOfVotes": 4,
                                              "DisplayOrder": 5,
                                              "PollVotingRecords": [
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                },
                                                {
                                                  "Id": 1,
                                                  "PollAnswerId": 2,
                                                  "CustomerId": 3,
                                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "NewsComments": []
                                  }
                                }
                              ],
                              "PollVotingRecords": [
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                },
                                {
                                  "Id": 1,
                                  "PollAnswerId": 2,
                                  "CustomerId": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "PollAnswer": {
                                    "Id": 1,
                                    "PollId": 2,
                                    "Name": "sample string 3",
                                    "NumberOfVotes": 4,
                                    "DisplayOrder": 5,
                                    "Poll": {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Name": "sample string 3",
                                      "SystemKeyword": "sample string 4",
                                      "Published": true,
                                      "ShowOnHomePage": true,
                                      "AllowGuestsToVote": true,
                                      "DisplayOrder": 8,
                                      "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "Language": {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "LanguageCulture": "sample string 3",
                                        "UniqueSeoCode": "sample string 4",
                                        "FlagImageFileName": "sample string 5",
                                        "Rtl": true,
                                        "LimitedToStores": true,
                                        "Published": true,
                                        "DisplayOrder": 9,
                                        "BlogPosts": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Body": "sample string 4",
                                            "AllowComments": true,
                                            "CommentCount": 6,
                                            "Tags": "sample string 7",
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "MetaKeywords": "sample string 8",
                                            "MetaDescription": "sample string 9",
                                            "MetaTitle": "sample string 10",
                                            "LimitedToStores": true,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "BlogComments": [
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CustomerId": 2,
                                                "CommentText": "sample string 3",
                                                "BlogPostId": 4,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "LocaleStringResources": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "ResourceName": "sample string 3",
                                            "ResourceValue": "sample string 4"
                                          }
                                        ],
                                        "LocalizedProperties": [
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          },
                                          {
                                            "Id": 1,
                                            "EntityId": 2,
                                            "LanguageId": 3,
                                            "LocaleKeyGroup": "sample string 4",
                                            "LocaleKey": "sample string 5",
                                            "LocaleValue": "sample string 6"
                                          }
                                        ],
                                        "News": [
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          },
                                          {
                                            "Id": 1,
                                            "LanguageId": 2,
                                            "Title": "sample string 3",
                                            "Short": "sample string 4",
                                            "Full": "sample string 5",
                                            "Published": true,
                                            "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                            "AllowComments": true,
                                            "CommentCount": 8,
                                            "LimitedToStores": true,
                                            "MetaKeywords": "sample string 10",
                                            "MetaDescription": "sample string 11",
                                            "MetaTitle": "sample string 12",
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                            "ZoneId": 14,
                                            "ZoneName": "sample string 15",
                                            "IsHot": true,
                                            "IsFocus": true,
                                            "CustomerId": 16,
                                            "ViewCount": 1,
                                            "PictureId": 1,
                                            "OrderNo": 1,
                                            "UrlImage": "sample string 17",
                                            "UrlImages": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "PictureIds": "sample string 18",
                                            "NewsComments": [
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              },
                                              {
                                                "Id": 1,
                                                "CommentTitle": "sample string 2",
                                                "CommentText": "sample string 3",
                                                "NewsItemId": 4,
                                                "CustomerId": 5,
                                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                              }
                                            ]
                                          }
                                        ],
                                        "Polls": []
                                      },
                                      "PollAnswers": []
                                    },
                                    "PollVotingRecords": []
                                  }
                                }
                              ],
                              "Forums_PrivateMessage": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "Forums_PrivateMessage1": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "FromCustomerId": 3,
                                  "ToCustomerId": 4,
                                  "Subject": "sample string 5",
                                  "Text": "sample string 6",
                                  "IsRead": true,
                                  "IsDeletedByAuthor": true,
                                  "IsDeletedByRecipient": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "ReturnRequests": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "OrderItemId": 3,
                                  "CustomerId": 4,
                                  "Quantity": 5,
                                  "ReasonForReturn": "sample string 6",
                                  "RequestedAction": "sample string 7",
                                  "CustomerComments": "sample string 8",
                                  "StaffNotes": "sample string 9",
                                  "ReturnRequestStatusId": 10,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                }
                              ],
                              "RewardPointsHistories": [
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                },
                                {
                                  "Id": 1,
                                  "CustomerId": 2,
                                  "Points": 3,
                                  "PointsBalance": 4,
                                  "UsedAmount": 5.0,
                                  "Message": "sample string 6",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UsedWithOrder_Id": 1
                                }
                              ],
                              "ShoppingCartItems": [
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                },
                                {
                                  "Id": 1,
                                  "StoreId": 2,
                                  "ShoppingCartTypeId": 3,
                                  "CustomerId": 4,
                                  "ProductId": 5,
                                  "AttributesXml": "sample string 6",
                                  "CustomerEnteredPrice": 7.0,
                                  "Quantity": 8,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "ListChairIndexF1": "sample string 11",
                                  "ListChairValueF1": "sample string 12",
                                  "ListChairIndexF2": "sample string 13",
                                  "ListChairValueF2": "sample string 14",
                                  "ListChairIndexF3": "sample string 15",
                                  "ListChairValueF3": "sample string 16",
                                  "PositionId": 1
                                }
                              ],
                              "Addresses": [
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                },
                                {
                                  "Id": 1,
                                  "FirstName": "sample string 2",
                                  "LastName": "sample string 3",
                                  "Email": "sample string 4",
                                  "Company": "sample string 5",
                                  "PersonInCharge": "sample string 6",
                                  "CountryId": 1,
                                  "StateProvinceId": 1,
                                  "City": "sample string 7",
                                  "Address1": "sample string 8",
                                  "Address2": "sample string 9",
                                  "ZipPostalCode": "sample string 10",
                                  "PhoneNumber": "sample string 11",
                                  "FaxNumber": "sample string 12",
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Country": {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "AllowsBilling": true,
                                    "AllowsShipping": true,
                                    "TwoLetterIsoCode": "sample string 5",
                                    "ThreeLetterIsoCode": "sample string 6",
                                    "NumericIsoCode": 7,
                                    "SubjectToVat": true,
                                    "Published": true,
                                    "DisplayOrder": 10,
                                    "Addresses": [],
                                    "StateProvinces": [
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      },
                                      {
                                        "Id": 1,
                                        "CountryId": 2,
                                        "Name": "sample string 3",
                                        "Abbreviation": "sample string 4",
                                        "Published": true,
                                        "DisplayOrder": 6,
                                        "ShowMenu": true,
                                        "ProvinceId": 8,
                                        "Addresses": []
                                      }
                                    ],
                                    "ShippingMethods": [
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      },
                                      {
                                        "Id": 1,
                                        "Name": "sample string 2",
                                        "Description": "sample string 3",
                                        "DisplayOrder": 4,
                                        "Countries": []
                                      }
                                    ]
                                  },
                                  "StateProvince": {
                                    "Id": 1,
                                    "CountryId": 2,
                                    "Name": "sample string 3",
                                    "Abbreviation": "sample string 4",
                                    "Published": true,
                                    "DisplayOrder": 6,
                                    "ShowMenu": true,
                                    "ProvinceId": 8,
                                    "Addresses": [],
                                    "Country": {
                                      "Id": 1,
                                      "Name": "sample string 2",
                                      "AllowsBilling": true,
                                      "AllowsShipping": true,
                                      "TwoLetterIsoCode": "sample string 5",
                                      "ThreeLetterIsoCode": "sample string 6",
                                      "NumericIsoCode": 7,
                                      "SubjectToVat": true,
                                      "Published": true,
                                      "DisplayOrder": 10,
                                      "Addresses": [],
                                      "StateProvinces": [],
                                      "ShippingMethods": [
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        },
                                        {
                                          "Id": 1,
                                          "Name": "sample string 2",
                                          "Description": "sample string 3",
                                          "DisplayOrder": 4,
                                          "Countries": []
                                        }
                                      ]
                                    }
                                  },
                                  "Affiliates": [
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    },
                                    {
                                      "Id": 1,
                                      "AddressId": 2,
                                      "Deleted": true,
                                      "Active": true
                                    }
                                  ],
                                  "Customers": []
                                }
                              ]
                            }
                          }
                        ],
                        "TierPrices": [],
                        "PermissionRecords": [
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          },
                          {
                            "Id": 1,
                            "Name": "sample string 2",
                            "SystemName": "sample string 3",
                            "Category": "sample string 4",
                            "CustomerRoles": []
                          }
                        ]
                      }
                    }
                  ],
                  "Discounts": [],
                  "ProductTags": [
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    },
                    {
                      "Id": 1,
                      "Name": "sample string 2",
                      "Products": []
                    }
                  ]
                }
              },
              {
                "Id": 1,
                "ProductId": 2,
                "CategoryId": 3,
                "IsFeaturedProduct": true,
                "DisplayOrder": 5,
                "Product": {
                  "Id": 1,
                  "ProductTypeId": 2,
                  "ParentGroupedProductId": 3,
                  "VisibleIndividually": true,
                  "Name": "sample string 5",
                  "ShortDescription": "sample string 6",
                  "FullDescription": "sample string 7",
                  "AdminComment": "sample string 8",
                  "ProductTemplateId": 9,
                  "VendorId": 10,
                  "ShowOnHomePage": true,
                  "MetaKeywords": "sample string 12",
                  "MetaDescription": "sample string 13",
                  "MetaTitle": "sample string 14",
                  "AllowCustomerReviews": true,
                  "ApprovedRatingSum": 16,
                  "NotApprovedRatingSum": 17,
                  "ApprovedTotalReviews": 18,
                  "NotApprovedTotalReviews": 19,
                  "SubjectToAcl": true,
                  "LimitedToStores": true,
                  "Sku": "sample string 22",
                  "ManufacturerPartNumber": "sample string 23",
                  "Gtin": "sample string 24",
                  "IsGiftCard": true,
                  "GiftCardTypeId": 26,
                  "RequireOtherProducts": true,
                  "RequiredProductIds": "sample string 28",
                  "AutomaticallyAddRequiredProducts": true,
                  "IsDownload": true,
                  "DownloadId": 31,
                  "UnlimitedDownloads": true,
                  "MaxNumberOfDownloads": 33,
                  "DownloadExpirationDays": 1,
                  "DownloadActivationTypeId": 34,
                  "HasSampleDownload": true,
                  "SampleDownloadId": 36,
                  "HasUserAgreement": true,
                  "UserAgreementText": "sample string 38",
                  "IsRecurring": true,
                  "RecurringCycleLength": 40,
                  "RecurringCyclePeriodId": 41,
                  "RecurringTotalCycles": 42,
                  "IsShipEnabled": true,
                  "IsFreeShipping": true,
                  "AdditionalShippingCharge": 45.0,
                  "IsTaxExempt": true,
                  "TaxCategoryId": 47,
                  "ManageInventoryMethodId": 48,
                  "StockQuantity": 49,
                  "DisplayStockAvailability": true,
                  "DisplayStockQuantity": true,
                  "MinStockQuantity": 52,
                  "LowStockActivityId": 53,
                  "NotifyAdminForQuantityBelow": 54,
                  "BackorderModeId": 55,
                  "AllowBackInStockSubscriptions": true,
                  "OrderMinimumQuantity": 57,
                  "OrderMaximumQuantity": 58,
                  "AllowedQuantities": "sample string 59",
                  "DisableBuyButton": true,
                  "DisableWishlistButton": true,
                  "AvailableForPreOrder": true,
                  "CallForPrice": true,
                  "Price": 64.0,
                  "OldPrice": 65.0,
                  "ProductCost": 66.0,
                  "SpecialPrice": 1.0,
                  "SpecialPriceStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "SpecialPriceEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "CustomerEntersPrice": true,
                  "MinimumCustomerEnteredPrice": 68.0,
                  "MaximumCustomerEnteredPrice": 69.0,
                  "HasTierPrices": true,
                  "HasDiscountsApplied": true,
                  "Weight": 72.0,
                  "Length": 73.0,
                  "Width": 74.0,
                  "Height": 75.0,
                  "AvailableStartDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "AvailableEndDateTimeUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "DisplayOrder": 76,
                  "Published": true,
                  "Deleted": true,
                  "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "UpdatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                  "TotalLike": 81,
                  "NumberOfViews": 1,
                  "PlanScreenId": 82,
                  "PositionId": 83,
                  "Status": 84,
                  "BackInStockSubscriptions": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ProductId": 3,
                      "CustomerId": 4,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ShoppingCartTypeId": 3,
                            "CustomerId": 4,
                            "ProductId": 5,
                            "AttributesXml": "sample string 6",
                            "CustomerEnteredPrice": 7.0,
                            "Quantity": 8,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "ListChairIndexF1": "sample string 11",
                            "ListChairValueF1": "sample string 12",
                            "ListChairIndexF2": "sample string 13",
                            "ListChairValueF2": "sample string 14",
                            "ListChairIndexF3": "sample string 15",
                            "ListChairValueF3": "sample string 16",
                            "PositionId": 1
                          }
                        ],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    }
                  ],
                  "OrderItems": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "12188034-ae5e-4886-adb1-4e5a47009d15",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "GiftCards": [
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        },
                        {
                          "Id": 1,
                          "PurchasedWithOrderItemId": 1,
                          "GiftCardTypeId": 2,
                          "Amount": 3.0,
                          "IsGiftCardActivated": true,
                          "GiftCardCouponCode": "sample string 5",
                          "RecipientName": "sample string 6",
                          "RecipientEmail": "sample string 7",
                          "SenderName": "sample string 8",
                          "SenderEmail": "sample string 9",
                          "Message": "sample string 10",
                          "IsRecipientNotified": true,
                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                          "GiftCardUsageHistories": [
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            },
                            {
                              "Id": 1,
                              "GiftCardId": 2,
                              "UsedWithOrderId": 3,
                              "UsedValue": 4.0,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "OrderItemTmps": [
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    },
                    {
                      "Id": 1,
                      "OrderItemGuid": "cf9be3b5-32b9-488c-87a2-2057f8802618",
                      "OrderId": 3,
                      "ProductId": 1,
                      "Quantity": 4,
                      "UnitPriceInclTax": 1.0,
                      "UnitPriceExclTax": 1.0,
                      "PriceInclTax": 1.0,
                      "PriceExclTax": 1.0,
                      "DiscountAmountInclTax": 1.0,
                      "DiscountAmountExclTax": 1.0,
                      "OriginalProductCost": 1.0,
                      "AttributeDescription": "sample string 5",
                      "AttributesXml": "sample string 6",
                      "DownloadCount": 1,
                      "IsDownloadActivated": true,
                      "LicenseDownloadId": 1,
                      "ItemWeight": 1.0,
                      "ListChairIndexF1": "sample string 7",
                      "ListChairIndexF2": "sample string 8",
                      "ListChairIndexF3": "sample string 9",
                      "ListChairValueF1": "sample string 10",
                      "ListChairValueF2": "sample string 11",
                      "ListChairValueF3": "sample string 12",
                      "PrintedChairIndexF1": "sample string 13",
                      "PrintedChairIndexF2": "sample string 14",
                      "PrintedChairIndexF3": "sample string 15",
                      "PositionId": 1,
                      "PlanScreenId": 1,
                      "ListChairCheckinIndexF1": "sample string 16",
                      "ListChairCheckinIndexF2": "sample string 17",
                      "ListChairCheckinIndexF3": "sample string 18",
                      "OrderTmp": {
                        "Id": 1,
                        "OrderGuid": "e1734631-829c-4373-bc23-6ca6aedcbe69",
                        "StoreId": 3,
                        "CustomerId": 4,
                        "BillingAddressId": 5,
                        "ShippingAddressId": 1,
                        "OrderStatusId": 6,
                        "ShippingStatusId": 7,
                        "PaymentStatusId": 8,
                        "PaymentMethodSystemName": "sample string 9",
                        "CustomerCurrencyCode": "sample string 10",
                        "CurrencyRate": 1.0,
                        "CustomerTaxDisplayTypeId": 1,
                        "VatNumber": "sample string 11",
                        "OrderSubtotalInclTax": 1.0,
                        "OrderSubtotalExclTax": 1.0,
                        "OrderSubTotalDiscountInclTax": 1.0,
                        "OrderSubTotalDiscountExclTax": 1.0,
                        "OrderShippingInclTax": 1.0,
                        "OrderShippingExclTax": 1.0,
                        "PaymentMethodAdditionalFeeInclTax": 1.0,
                        "PaymentMethodAdditionalFeeExclTax": 1.0,
                        "TaxRates": "sample string 12",
                        "OrderTax": 1.0,
                        "OrderDiscount": 1.0,
                        "OrderTotal": 1.0,
                        "RefundedAmount": 1.0,
                        "RewardPointsWereAdded": true,
                        "CheckoutAttributeDescription": "sample string 14",
                        "CheckoutAttributesXml": "sample string 15",
                        "CustomerLanguageId": 1,
                        "AffiliateId": 1,
                        "UserId": 16,
                        "PrintingUserId": 17,
                        "InviterId": 18,
                        "CustomerIp": "sample string 19",
                        "AllowStoringCreditCardNumber": true,
                        "CardType": "sample string 20",
                        "CardName": "sample string 21",
                        "CardNumber": "sample string 22",
                        "MaskedCreditCardNumber": "sample string 23",
                        "CardCvv2": "sample string 24",
                        "CardExpirationMonth": "sample string 25",
                        "CardExpirationYear": "sample string 26",
                        "AuthorizationTransactionId": "sample string 27",
                        "AuthorizationTransactionCode": "sample string 28",
                        "AuthorizationTransactionResult": "sample string 29",
                        "CaptureTransactionId": "sample string 30",
                        "CaptureTransactionResult": "sample string 31",
                        "SubscriptionTransactionId": "sample string 32",
                        "PurchaseOrderNumber": "sample string 33",
                        "PaidDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingMethod": "sample string 34",
                        "ShippingRateComputationMethodSystemName": "sample string 35",
                        "Deleted": true,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "PrintedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "ShippingTimeId": 1,
                        "IsInvitation": true,
                        "IsOnline": true,
                        "IsContract": true,
                        "BarCode": "sample string 41",
                        "BarCodeBinary": "QEA=",
                        "vpcTelcoCode": "sample string 42",
                        "vpc_MerchTxnRef": "sample string 43",
                        "IsEmailSent": true,
                        "IsSmsSent": true,
                        "CustomerFirstName": "sample string 44",
                        "CustomerLastName": "sample string 45",
                        "CustomerEmail": "sample string 46",
                        "CustomerPhone": "sample string 47",
                        "IsAutoBuy": true,
                        "MemberCardCode": "sample string 48",
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "VoucherCode": "sample string 49",
                        "CampaignId": 1,
                        "DiscountStatus": 1,
                        "IsTicketUsed": true,
                        "CheckedInOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "CheckedInUserId": 1,
                        "TransactionID": "sample string 50",
                        "InvNo": "sample string 51",
                        "ErrorStatus": "sample string 52",
                        "ETicketUrl": "sample string 53",
                        "OrderItemTmps": []
                      }
                    }
                  ],
                  "Product_Category_Mapping": [],
                  "Product_Manufacturer_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ManufacturerId": 3,
                      "IsFeaturedProduct": true,
                      "DisplayOrder": 5,
                      "Manufacturer": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "ManufacturerTemplateId": 4,
                        "MetaKeywords": "sample string 5",
                        "MetaDescription": "sample string 6",
                        "MetaTitle": "sample string 7",
                        "PictureId": 8,
                        "PageSize": 9,
                        "AllowCustomersToSelectPageSize": true,
                        "PageSizeOptions": "sample string 11",
                        "PriceRanges": "sample string 12",
                        "SubjectToAcl": true,
                        "LimitedToStores": true,
                        "Published": true,
                        "Deleted": true,
                        "DisplayOrder": 17,
                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                        "FullName": "sample string 19",
                        "Address": "sample string 20",
                        "AcountBank": "sample string 21",
                        "BankName": "sample string 22",
                        "AddressBank": "sample string 23",
                        "PhoneNumber": "sample string 24",
                        "Fax": "sample string 25",
                        "Url": "sample string 26",
                        "CreatedUser": "sample string 27",
                        "UpdatedUser": "sample string 28",
                        "SharingRates": [
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ManufacturerId": 2,
                            "SharingType": "sample string 3",
                            "VersionCode": "sample string 4",
                            "FromDate": "2025-05-19T09:21:45.7267285+07:00",
                            "ToDate": "2025-05-19T09:21:45.7267285+07:00",
                            "PeriodName": "sample string 5",
                            "FromAmount": 1.0,
                            "ToAmount": 1.0,
                            "Rate": 6.0,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedBy": 8,
                            "UpdatedBy": 1,
                            "Deleted": true,
                            "ShowAgain": true,
                            "SharingFilms": [
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              },
                              {
                                "Id": 1,
                                "SharingId": 2,
                                "FilmId": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "CreatedBy": 1,
                                "Film": {
                                  "Id": 1,
                                  "FilmNameEn": "sample string 2",
                                  "FilmName": "sample string 3",
                                  "CountryId": 1,
                                  "CountryName": "sample string 4",
                                  "Duration": 1,
                                  "Director": "sample string 5",
                                  "Actors": "sample string 6",
                                  "Introduction": "sample string 7",
                                  "Category": "sample string 8",
                                  "ManufacturerId": 1,
                                  "ManufacturerName": "sample string 9",
                                  "VersionCode": "sample string 10",
                                  "VersionName": "sample string 11",
                                  "StatusCode": "sample string 12",
                                  "StatusName": "sample string 13",
                                  "LanguageCode": "sample string 14",
                                  "LanguageName": "sample string 15",
                                  "Holding": "sample string 16",
                                  "Description": "sample string 17",
                                  "SellOnline": true,
                                  "MetaDescription": "sample string 18",
                                  "MetaKeyword": "sample string 19",
                                  "MetaTitle": "sample string 20",
                                  "LimitedToStores": true,
                                  "SubjectToAcl": true,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Published": true,
                                  "Deleted": true,
                                  "PictureId": 1,
                                  "ImageUrl": "sample string 22",
                                  "BannerUrl": "sample string 23",
                                  "PremieredDay": "2025-05-19T09:21:45.7267285+07:00",
                                  "VideoUrl": "sample string 24",
                                  "ShowOnHomePage": true,
                                  "Tags": "sample string 25",
                                  "AllowCustomerReviews": true,
                                  "ApprovedRatingSum": 1,
                                  "NotApprovedRatingSum": 1,
                                  "ApprovedTotalReviews": 1,
                                  "NotApprovedTotalReviews": 1,
                                  "TotalLike": 1,
                                  "NumberOfViews": 1,
                                  "IsHot": 1,
                                  "AgeAbove": 1,
                                  "AgeAboveShow": "sample string 26",
                                  "ProposedPrice": 1.0,
                                  "TrailerOnHomePage": true,
                                  "OrderNo": 28,
                                  "SellOnlineBefore": 1,
                                  "CreatedUser": "sample string 29",
                                  "UpdatedUser": "sample string 30",
                                  "CategoriesId": [
                                    1,
                                    2
                                  ],
                                  "CategoriesName": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "lstSession": [
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    },
                                    {
                                      "Id": 1,
                                      "PlanCinemaId": 2,
                                      "ProjectDate": "2025-05-19T09:21:45.7267285+07:00",
                                      "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                      "FilmId": 4,
                                      "RoomId": 5,
                                      "TypeRoom": 6,
                                      "DaypartId": 1,
                                      "Deleted": true,
                                      "NoOnlineChairF1": "sample string 7",
                                      "NoOnlineChairF2": "sample string 8",
                                      "NoOnlineChairF3": "sample string 9",
                                      "IsSelling": 1,
                                      "IsOnlineSelling": 1,
                                      "PriceOfPosition1": "sample string 10",
                                      "PriceOfPosition2": "sample string 11",
                                      "PriceOfPosition3": "sample string 12",
                                      "PriceOfPosition4": "sample string 13",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "CreatedUser": "sample string 14",
                                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "UpdatedUser": "sample string 15"
                                    }
                                  ],
                                  "ProjectTime": "2025-05-19T09:21:45.7267285+07:00",
                                  "isFree": true,
                                  "SharingFilms": []
                                }
                              }
                            ]
                          }
                        ],
                        "Product_Manufacturer_Mapping": []
                      }
                    }
                  ],
                  "Product_Picture_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "PictureId": 3,
                      "DisplayOrder": 4,
                      "Picture": {
                        "Id": 1,
                        "PictureBinary": "QEA=",
                        "MimeType": "sample string 2",
                        "SeoFilename": "sample string 3",
                        "IsNew": true,
                        "Product_Picture_Mapping": []
                      }
                    }
                  ],
                  "Product_SpecificationAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "SpecificationAttributeOptionId": 3,
                      "CustomValue": "sample string 4",
                      "AllowFiltering": true,
                      "ShowOnProductPage": true,
                      "DisplayOrder": 7,
                      "SpecificationAttributeOption": {
                        "Id": 1,
                        "SpecificationAttributeId": 2,
                        "Name": "sample string 3",
                        "DisplayOrder": 4,
                        "Product_SpecificationAttribute_Mapping": [],
                        "SpecificationAttribute": {
                          "Id": 1,
                          "Name": "sample string 2",
                          "DisplayOrder": 3,
                          "SpecificationAttributeOptions": []
                        }
                      }
                    }
                  ],
                  "Product_ProductAttribute_Mapping": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "ProductAttributeId": 3,
                      "TextPrompt": "sample string 4",
                      "IsRequired": true,
                      "AttributeControlTypeId": 6,
                      "DisplayOrder": 7,
                      "ProductAttribute": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "Description": "sample string 3",
                        "Product_ProductAttribute_Mapping": []
                      },
                      "ProductVariantAttributeValues": [
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        },
                        {
                          "Id": 1,
                          "ProductVariantAttributeId": 2,
                          "AttributeValueTypeId": 3,
                          "AssociatedProductId": 4,
                          "Name": "sample string 5",
                          "ColorSquaresRgb": "sample string 6",
                          "PriceAdjustment": 7.0,
                          "WeightAdjustment": 8.0,
                          "IsPreSelected": true,
                          "DisplayOrder": 10,
                          "PictureId": 11
                        }
                      ]
                    }
                  ],
                  "ProductVariantAttributeCombinations": [
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    },
                    {
                      "Id": 1,
                      "ProductId": 2,
                      "AttributesXml": "sample string 3",
                      "StockQuantity": 4,
                      "AllowOutOfStockOrders": true,
                      "Sku": "sample string 6",
                      "ManufacturerPartNumber": "sample string 7",
                      "Gtin": "sample string 8"
                    }
                  ],
                  "ShoppingCartItems": [
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          },
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,
                                "SubjectToVat": true,
                                "Published": true,
                                "DisplayOrder": 10,
                                "Addresses": [],
                                "StateProvinces": [],
                                "ShippingMethods": [
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  },
                                  {
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "Description": "sample string 3",
                                    "DisplayOrder": 4,
                                    "Countries": []
                                  }
                                ]
                              }
                            },
                            "Affiliates": [
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              },
                              {
                                "Id": 1,
                                "AddressId": 2,
                                "Deleted": true,
                                "Active": true
                              }
                            ],
                            "Customers": []
                          }
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "StoreId": 2,
                      "ShoppingCartTypeId": 3,
                      "CustomerId": 4,
                      "ProductId": 5,
                      "AttributesXml": "sample string 6",
                      "CustomerEnteredPrice": 7.0,
                      "Quantity": 8,
                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                      "ListChairIndexF1": "sample string 11",
                      "ListChairValueF1": "sample string 12",
                      "ListChairIndexF2": "sample string 13",
                      "ListChairValueF2": "sample string 14",
                      "ListChairIndexF3": "sample string 15",
                      "ListChairValueF3": "sample string 16",
                      "PositionId": 1,
                      "Customer": {
                        "Id": 1,
                        "CustomerGuid": "63727d82-eeb8-4bba-ae23-88bd3fec98b6",
                        "Username": "sample string 3",
                        "Email": "sample string 4",
                        "Password": "sample string 5",
                        "PasswordFormatId": 6,
                        "PasswordSalt": "sample string 7",
                        "AdminComment": "sample string 8",
                        "IsTaxExempt": true,
                        "AffiliateId": 10,
                        "VendorId": 11,
                        "Active": true,
                        "Deleted": true,
                        "IsSystemAccount": true,
                        "SystemName": "sample string 15",
                        "LastIpAddress": "sample string 16",
                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastLoginDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "LastActivityDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                        "BillingAddress_Id": 1,
                        "ShippingAddress_Id": 1,
                        "IsStaff": true,
                        "IsManufacturer": true,
                        "ManufacturerId": 1,
                        "CustomerFirstName": "sample string 19",
                        "CustomerLastName": "sample string 20",
                        "BirthDay": "2025-05-19T09:21:45.7257544+07:00",
                        "Mobile": "sample string 21",
                        "Sex": "sample string 22",
                        "Marriage": true,
                        "Address": "sample string 23",
                        "Position": "sample string 24",
                        "Favour": "sample string 25",
                        "CardCode": "sample string 26",
                        "CardLevelName": "sample string 27",
                        "CurrentCardId": 1,
                        "CardIssued": true,
                        "PointReward": 1.0,
                        "PointCard": 1.0,
                        "LastVisitedPage": "sample string 28",
                        "DateCreateCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateExpireCard": "2025-05-19T09:21:45.7257544+07:00",
                        "DateLevel": "2025-05-19T09:21:45.7257544+07:00",
                        "Area_Id": 1,
                        "City_Id": 1,
                        "Job_Id": 1,
                        "District_Id": 1,
                        "Country_Id": 1,
                        "ActivityLogs": [
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          },
                          {
                            "Id": 1,
                            "ActivityLogTypeId": 2,
                            "CustomerId": 3,
                            "Comment": "sample string 4",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "ActivityLogType": {
                              "Id": 1,
                              "SystemKeyword": "sample string 2",
                              "Name": "sample string 3",
                              "Enabled": true,
                              "ActivityLogs": []
                            }
                          }
                        ],
                        "BackInStockSubscriptions": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "ProductId": 3,
                            "CustomerId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                          }
                        ],
                        "BlogComments": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "CommentText": "sample string 3",
                            "BlogPostId": 4,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                            "BlogPost": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Body": "sample string 4",
                              "AllowComments": true,
                              "CommentCount": 6,
                              "Tags": "sample string 7",
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "MetaKeywords": "sample string 8",
                              "MetaDescription": "sample string 9",
                              "MetaTitle": "sample string 10",
                              "LimitedToStores": true,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "BlogComments": [],
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Short": "sample string 4",
                                    "Full": "sample string 5",
                                    "Published": true,
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "AllowComments": true,
                                    "CommentCount": 8,
                                    "LimitedToStores": true,
                                    "MetaKeywords": "sample string 10",
                                    "MetaDescription": "sample string 11",
                                    "MetaTitle": "sample string 12",
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "ZoneId": 14,
                                    "ZoneName": "sample string 15",
                                    "IsHot": true,
                                    "IsFocus": true,
                                    "CustomerId": 16,
                                    "ViewCount": 1,
                                    "PictureId": 1,
                                    "OrderNo": 1,
                                    "UrlImage": "sample string 17",
                                    "UrlImages": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "PictureIds": "sample string 18",
                                    "NewsComments": [
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CommentTitle": "sample string 2",
                                        "CommentText": "sample string 3",
                                        "NewsItemId": 4,
                                        "CustomerId": 5,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "Customer_CustomerRole_Mapping": [
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          },
                          {
                            "Customer_Id": 1,
                            "CustomerRole_Id": 2,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedUser": "sample string 3",
                            "CustomerRole": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "FreeShipping": true,
                              "TaxExempt": true,
                              "Active": true,
                              "IsSystemRole": true,
                              "SystemName": "sample string 7",
                              "Customer_CustomerRole_Mapping": [],
                              "TierPrices": [
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                },
                                {
                                  "Id": 1,
                                  "ProductId": 2,
                                  "StoreId": 3,
                                  "CustomerRoleId": 1,
                                  "Quantity": 4,
                                  "Price": 5.0
                                }
                              ],
                              "PermissionRecords": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "SystemName": "sample string 3",
                                  "Category": "sample string 4",
                                  "CustomerRoles": []
                                }
                              ]
                            }
                          }
                        ],
                        "ExternalAuthenticationRecords": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Email": "sample string 3",
                            "ExternalIdentifier": "sample string 4",
                            "ExternalDisplayIdentifier": "sample string 5",
                            "OAuthToken": "sample string 6",
                            "OAuthAccessToken": "sample string 7",
                            "ProviderSystemName": "sample string 8"
                          }
                        ],
                        "Forums_Post": [
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          },
                          {
                            "Id": 1,
                            "TopicId": 2,
                            "CustomerId": 3,
                            "Text": "sample string 4",
                            "IPAddress": "sample string 5",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Topic": {
                              "Id": 1,
                              "ForumId": 2,
                              "CustomerId": 3,
                              "TopicTypeId": 4,
                              "Subject": "sample string 5",
                              "NumPosts": 6,
                              "Views": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Forum": {
                                "Id": 1,
                                "ForumGroupId": 2,
                                "Name": "sample string 3",
                                "Description": "sample string 4",
                                "NumTopics": 5,
                                "NumPosts": 6,
                                "LastTopicId": 7,
                                "LastPostId": 8,
                                "LastPostCustomerId": 9,
                                "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                                "DisplayOrder": 10,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Group": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "DisplayOrder": 3,
                                  "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                  "Forums_Forum": []
                                },
                                "Forums_Topic": []
                              },
                              "Forums_Post": []
                            }
                          }
                        ],
                        "Forums_Subscription": [
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "SubscriptionGuid": "c7733e0e-6ad1-4445-b008-2f1e98dc7d2c",
                            "CustomerId": 3,
                            "ForumId": 4,
                            "TopicId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_Topic": [
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          },
                          {
                            "Id": 1,
                            "ForumId": 2,
                            "CustomerId": 3,
                            "TopicTypeId": 4,
                            "Subject": "sample string 5",
                            "NumPosts": 6,
                            "Views": 7,
                            "LastPostId": 8,
                            "LastPostCustomerId": 9,
                            "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Forums_Forum": {
                              "Id": 1,
                              "ForumGroupId": 2,
                              "Name": "sample string 3",
                              "Description": "sample string 4",
                              "NumTopics": 5,
                              "NumPosts": 6,
                              "LastTopicId": 7,
                              "LastPostId": 8,
                              "LastPostCustomerId": 9,
                              "LastPostTime": "2025-05-19T09:21:45.7267285+07:00",
                              "DisplayOrder": 10,
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "Forums_Group": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "DisplayOrder": 3,
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Forums_Forum": []
                              },
                              "Forums_Topic": []
                            },
                            "Forums_Post": [
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              },
                              {
                                "Id": 1,
                                "TopicId": 2,
                                "CustomerId": 3,
                                "Text": "sample string 4",
                                "IPAddress": "sample string 5",
                                "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                              }
                            ]
                          }
                        ],
                        "Logs": [
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "LogLevelId": 2,
                            "ShortMessage": "sample string 3",
                            "FullMessage": "sample string 4",
                            "IpAddress": "sample string 5",
                            "CustomerId": 1,
                            "PageUrl": "sample string 6",
                            "ReferrerUrl": "sample string 7",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "NewsComments": [
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          },
                          {
                            "Id": 1,
                            "CommentTitle": "sample string 2",
                            "CommentText": "sample string 3",
                            "NewsItemId": 4,
                            "CustomerId": 5,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "News": {
                              "Id": 1,
                              "LanguageId": 2,
                              "Title": "sample string 3",
                              "Short": "sample string 4",
                              "Full": "sample string 5",
                              "Published": true,
                              "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                              "AllowComments": true,
                              "CommentCount": 8,
                              "LimitedToStores": true,
                              "MetaKeywords": "sample string 10",
                              "MetaDescription": "sample string 11",
                              "MetaTitle": "sample string 12",
                              "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                              "ZoneId": 14,
                              "ZoneName": "sample string 15",
                              "IsHot": true,
                              "IsFocus": true,
                              "CustomerId": 16,
                              "ViewCount": 1,
                              "PictureId": 1,
                              "OrderNo": 1,
                              "UrlImage": "sample string 17",
                              "UrlImages": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "PictureIds": "sample string 18",
                              "Language": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "LanguageCulture": "sample string 3",
                                "UniqueSeoCode": "sample string 4",
                                "FlagImageFileName": "sample string 5",
                                "Rtl": true,
                                "LimitedToStores": true,
                                "Published": true,
                                "DisplayOrder": 9,
                                "BlogPosts": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Title": "sample string 3",
                                    "Body": "sample string 4",
                                    "AllowComments": true,
                                    "CommentCount": 6,
                                    "Tags": "sample string 7",
                                    "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "MetaKeywords": "sample string 8",
                                    "MetaDescription": "sample string 9",
                                    "MetaTitle": "sample string 10",
                                    "LimitedToStores": true,
                                    "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                    "BlogComments": [
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      },
                                      {
                                        "Id": 1,
                                        "CustomerId": 2,
                                        "CommentText": "sample string 3",
                                        "BlogPostId": 4,
                                        "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                      }
                                    ]
                                  }
                                ],
                                "LocaleStringResources": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "ResourceName": "sample string 3",
                                    "ResourceValue": "sample string 4"
                                  }
                                ],
                                "LocalizedProperties": [
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  },
                                  {
                                    "Id": 1,
                                    "EntityId": 2,
                                    "LanguageId": 3,
                                    "LocaleKeyGroup": "sample string 4",
                                    "LocaleKey": "sample string 5",
                                    "LocaleValue": "sample string 6"
                                  }
                                ],
                                "News": [],
                                "Polls": [
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  {
                                    "Id": 1,
                                    "LanguageId": 2,
                                    "Name": "sample string 3",
                                    "SystemKeyword": "sample string 4",
                                    "Published": true,
                                    "ShowOnHomePage": true,
                                    "AllowGuestsToVote": true,
                                    "DisplayOrder": 8,
                                    "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                    "PollAnswers": [
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      },
                                      {
                                        "Id": 1,
                                        "PollId": 2,
                                        "Name": "sample string 3",
                                        "NumberOfVotes": 4,
                                        "DisplayOrder": 5,
                                        "PollVotingRecords": [
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          },
                                          {
                                            "Id": 1,
                                            "PollAnswerId": 2,
                                            "CustomerId": 3,
                                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                ]
                              },
                              "NewsComments": []
                            }
                          }
                        ],
                        "PollVotingRecords": [
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          },
                          {
                            "Id": 1,
                            "PollAnswerId": 2,
                            "CustomerId": 3,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "PollAnswer": {
                              "Id": 1,
                              "PollId": 2,
                              "Name": "sample string 3",
                              "NumberOfVotes": 4,
                              "DisplayOrder": 5,
                              "Poll": {
                                "Id": 1,
                                "LanguageId": 2,
                                "Name": "sample string 3",
                                "SystemKeyword": "sample string 4",
                                "Published": true,
                                "ShowOnHomePage": true,
                                "AllowGuestsToVote": true,
                                "DisplayOrder": 8,
                                "StartDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "EndDateUtc": "2025-05-19T09:21:45.7267285+07:00",
                                "Language": {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "LanguageCulture": "sample string 3",
                                  "UniqueSeoCode": "sample string 4",
                                  "FlagImageFileName": "sample string 5",
                                  "Rtl": true,
                                  "LimitedToStores": true,
                                  "Published": true,
                                  "DisplayOrder": 9,
                                  "BlogPosts": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Body": "sample string 4",
                                      "AllowComments": true,
                                      "CommentCount": 6,
                                      "Tags": "sample string 7",
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "MetaKeywords": "sample string 8",
                                      "MetaDescription": "sample string 9",
                                      "MetaTitle": "sample string 10",
                                      "LimitedToStores": true,
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "BlogComments": [
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CustomerId": 2,
                                          "CommentText": "sample string 3",
                                          "BlogPostId": 4,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7257544+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "LocaleStringResources": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "ResourceName": "sample string 3",
                                      "ResourceValue": "sample string 4"
                                    }
                                  ],
                                  "LocalizedProperties": [
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    },
                                    {
                                      "Id": 1,
                                      "EntityId": 2,
                                      "LanguageId": 3,
                                      "LocaleKeyGroup": "sample string 4",
                                      "LocaleKey": "sample string 5",
                                      "LocaleValue": "sample string 6"
                                    }
                                  ],
                                  "News": [
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    },
                                    {
                                      "Id": 1,
                                      "LanguageId": 2,
                                      "Title": "sample string 3",
                                      "Short": "sample string 4",
                                      "Full": "sample string 5",
                                      "Published": true,
                                      "StartDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "EndDateUtc": "2025-05-19T09:21:45.7257544+07:00",
                                      "AllowComments": true,
                                      "CommentCount": 8,
                                      "LimitedToStores": true,
                                      "MetaKeywords": "sample string 10",
                                      "MetaDescription": "sample string 11",
                                      "MetaTitle": "sample string 12",
                                      "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                                      "ZoneId": 14,
                                      "ZoneName": "sample string 15",
                                      "IsHot": true,
                                      "IsFocus": true,
                                      "CustomerId": 16,
                                      "ViewCount": 1,
                                      "PictureId": 1,
                                      "OrderNo": 1,
                                      "UrlImage": "sample string 17",
                                      "UrlImages": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "PictureIds": "sample string 18",
                                      "NewsComments": [
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        },
                                        {
                                          "Id": 1,
                                          "CommentTitle": "sample string 2",
                                          "CommentText": "sample string 3",
                                          "NewsItemId": 4,
                                          "CustomerId": 5,
                                          "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                                        }
                                      ]
                                    }
                                  ],
                                  "Polls": []
                                },
                                "PollAnswers": []
                              },
                              "PollVotingRecords": []
                            }
                          }
                        ],
                        "Forums_PrivateMessage": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "Forums_PrivateMessage1": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "FromCustomerId": 3,
                            "ToCustomerId": 4,
                            "Subject": "sample string 5",
                            "Text": "sample string 6",
                            "IsRead": true,
                            "IsDeletedByAuthor": true,
                            "IsDeletedByRecipient": true,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "ReturnRequests": [
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          },
                          {
                            "Id": 1,
                            "StoreId": 2,
                            "OrderItemId": 3,
                            "CustomerId": 4,
                            "Quantity": 5,
                            "ReasonForReturn": "sample string 6",
                            "RequestedAction": "sample string 7",
                            "CustomerComments": "sample string 8",
                            "StaffNotes": "sample string 9",
                            "ReturnRequestStatusId": 10,
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UpdatedOnUtc": "2025-05-19T09:21:45.7267285+07:00"
                          }
                        ],
                        "RewardPointsHistories": [
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          },
                          {
                            "Id": 1,
                            "CustomerId": 2,
                            "Points": 3,
                            "PointsBalance": 4,
                            "UsedAmount": 5.0,
                            "Message": "sample string 6",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "UsedWithOrder_Id": 1
                          }
                        ],
                        "ShoppingCartItems": [],
                        "Addresses": [
                          {
                            "Id": 1,
                            "FirstName": "sample string 2",
                            "LastName": "sample string 3",
                            "Email": "sample string 4",
                            "Company": "sample string 5",
                            "PersonInCharge": "sample string 6",
                            "CountryId": 1,
                            "StateProvinceId": 1,
                            "City": "sample string 7",
                            "Address1": "sample string 8",
                            "Address2": "sample string 9",
                            "ZipPostalCode": "sample string 10",
                            "PhoneNumber": "sample string 11",
                            "FaxNumber": "sample string 12",
                            "CreatedOnUtc": "2025-05-19T09:21:45.7267285+07:00",
                            "Country": {
                              "Id": 1,
                              "Name": "sample string 2",
                              "AllowsBilling": true,
                              "AllowsShipping": true,
                              "TwoLetterIsoCode": "sample string 5",
                              "ThreeLetterIsoCode": "sample string 6",
                              "NumericIsoCode": 7,
                              "SubjectToVat": true,
                              "Published": true,
                              "DisplayOrder": 10,
                              "Addresses": [],
                              "StateProvinces": [
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                },
                                {
                                  "Id": 1,
                                  "CountryId": 2,
                                  "Name": "sample string 3",
                                  "Abbreviation": "sample string 4",
                                  "Published": true,
                                  "DisplayOrder": 6,
                                  "ShowMenu": true,
                                  "ProvinceId": 8,
                                  "Addresses": []
                                }
                              ],
                              "ShippingMethods": [
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                },
                                {
                                  "Id": 1,
                                  "Name": "sample string 2",
                                  "Description": "sample string 3",
                                  "DisplayOrder": 4,
                                  "Countries": []
                                }
                              ]
                            },
                            "StateProvince": {
                              "Id": 1,
                              "CountryId": 2,
                              "Name": "sample string 3",
                              "Abbreviation": "sample string 4",
                              "Published": true,
                              "DisplayOrder": 6,
                              "ShowMenu": true,
                              "ProvinceId": 8,
                              "Addresses": [],
                              "Country": {
                                "Id": 1,
                                "Name": "sample string 2",
                                "AllowsBilling": true,
                                "AllowsShipping": true,
                                "TwoLetterIsoCode": "sample string 5",
                                "ThreeLetterIsoCode": "sample string 6",
                                "NumericIsoCode": 7,