/// <param name='operations'>
        /// Reference to the ZtherApiIntegration.API.ISeoOperations.
        /// </param>
        /// <param name='brand'>
        /// Required.
        /// </param>
        /// <param name='pagename'>
        /// Required.
        /// </param>
        /// <param name='productCode'>
        /// Optional.
        /// </param>
        /// <param name='cancellationToken'>
        /// Cancellation token.
        /// </param>
        public static async Task <Seo> GetByBrandAndPageNameAsync(this ISeoOperations operations, string brand, string pagename, string productCode = null, CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Microsoft.Rest.HttpOperationResponse <ZtherApiIntegration.API.Models.Seo> result = await operations.GetByBrandAndPageNameWithOperationResponseAsync(brand, pagename, productCode, cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }