/// <param name='operations'>
        /// Reference to the Values.IValuesClient.
        /// </param>
        /// <param name='cancellationToken'>
        /// Cancellation token.
        /// </param>
        public static async Task <IList <string> > GetValuesAsync(this IValuesClient operations, CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Microsoft.Rest.HttpOperationResponse <System.Collections.Generic.IList <string> > result = await operations.GetValuesWithOperationResponseAsync(cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }