/// <summary>
 /// Api which returns CSP summarized invoice line items for the current month
 /// only.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <UsageBasedLineItem> > GetCurrentMonthDataAsync(this ICspSummary operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetCurrentMonthDataWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }