' Options: 'Date: 2026-03-22 21:58:59 'Version: 8.70 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://fbihtaapi.bettor.webhop.biz ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: FindTaxAuthorityId.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports FBiHBetting.Aggregator.WebApi.ServiceModel Imports FBiHBetting.Aggregator.ReadModel Namespace Global Namespace FBiHBetting.Aggregator.ReadModel Public Partial Class TakenTaxAuthorityId Public Overridable Property Id As String Public Overridable Property TaxAuthorityId As String Public Overridable Property TaxAuthorityIdUserInfo As String End Class End Namespace Namespace FBiHBetting.Aggregator.WebApi.ServiceModel Public Partial Class FindTaxAuthorityId Implements IReturn(Of TakenTaxAuthorityId) Public Overridable Property Id As String End Class End Namespace End Namespace