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

            return(result.Body);
        }