/// <summary> /// Get '' as byte array /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task ByteEmptyAsync(this IQueries operations, CancellationToken cancellationToken = default(CancellationToken)) { await operations.ByteEmptyWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false); }