/// <summary> /// Get a null array of string using the csv-array format /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='arrayQuery'> /// a null array of string using the csv-array format /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task ArrayStringCsvNullAsync(this IQueries operations, IList <string> arrayQuery = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken)) { await operations.ArrayStringCsvNullWithHttpMessagesAsync(arrayQuery, null, cancellationToken).ConfigureAwait(false); }