/// <param name='operations'>
        /// Reference to the BillingWebJob.ICspSummary.
        /// </param>
        /// <param name='startMMYYYY'>
        /// Required.
        /// </param>
        /// <param name='endMMYYYY'>
        /// Required.
        /// </param>
        /// <param name='cancellationToken'>
        /// Cancellation token.
        /// </param>
        public static async Task <IList <UsageBasedLineItem> > GetDataForMonthRangeAsync(this ICspSummary operations,
                                                                                         string startMMYYYY, string endMMYYYY,
                                                                                         CancellationToken cancellationToken = default(System.Threading.CancellationToken))
        {
            Microsoft.Rest.HttpOperationResponse
            <System.Collections.Generic.IList <BillingWebJob.Models.UsageBasedLineItem> > result =
                await
                operations.GetDataForMonthRangeWithOperationResponseAsync(startMMYYYY, endMMYYYY,
                                                                          cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }