/// <summary>
        /// For backward compatibility with old wrappers.
        /// </summary>
        public ItemTypeCollection GetCategoryListings(bool MotorsGermanySearchable, string CategoryID, bool AdFormat, bool FreeShipping, CurrencyCodeType Currency, ItemTypeFilterCodeType ItemTypeFilter, CategoryListingsSearchCodeType SearchType, CategoryListingsOrderCodeType OrderBy, PaginationType Pagination, SearchLocationType SearchLocation, ProximitySearchType ProximitySearch, bool IncludeGetItFastItems, PaymentMethodSearchCodeType PaymentMethod, bool IncludeCondition, bool IncludeFeedback, string LocalSearchPostalCode, int MaxRelatedSearchKeywords)
        {
            this.MotorsGermanySearchable = MotorsGermanySearchable;
            this.CategoryID = CategoryID;
            this.AdFormat = AdFormat;
            this.FreeShipping = FreeShipping;
            this.Currency = Currency;
            this.ItemTypeFilter = ItemTypeFilter;
            this.SearchType = SearchType;
            this.OrderBy = OrderBy;
            this.Pagination = Pagination;
            this.SearchLocation = SearchLocation;
            this.ProximitySearch = ProximitySearch;
            this.IncludeGetItFastItems = IncludeGetItFastItems;
            this.PaymentMethod = PaymentMethod;
            this.IncludeCondition = IncludeCondition;
            this.IncludeFeedback = IncludeFeedback;
            this.LocalSearchPostalCode = LocalSearchPostalCode;
            this.MaxRelatedSearchKeywords = MaxRelatedSearchKeywords;

            Execute();
            return ApiResponse.ItemArray;
        }
        /// <summary>
        /// For backward compatibility with old wrappers.
        /// </summary>
        public ItemTypeCollection GetCategoryListings(bool MotorsGermanySearchable, string CategoryID, CurrencyCodeType Currency, ItemTypeFilterCodeType ItemTypeFilter, CategoryListingsSearchCodeType SearchType, CategoryListingsOrderCodeType OrderBy, PaginationType Pagination, SearchLocationType SearchLocation, ProximitySearchType ProximitySearch, bool IncludeGetItFastItems, PaymentMethodSearchCodeType PaymentMethod, bool IncludeCondition, bool IncludeFeedback)
        {
            this.MotorsGermanySearchable = MotorsGermanySearchable;
            this.CategoryID = CategoryID;
            this.Currency = Currency;
            this.ItemTypeFilter = ItemTypeFilter;
            this.SearchType = SearchType;
            this.OrderBy = OrderBy;
            this.Pagination = Pagination;
            this.SearchLocation = SearchLocation;
            this.ProximitySearch = ProximitySearch;
            this.IncludeGetItFastItems = IncludeGetItFastItems;
            this.PaymentMethod = PaymentMethod;
            this.IncludeCondition = IncludeCondition;
            this.IncludeFeedback = IncludeFeedback;

            Execute();
            return ApiResponse.ItemArray;
        }