/// <summary> /// Get null as byte array (should throw) /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bytePath'> /// null as byte array (should throw) /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task ByteNullAsync(this IPaths operations, byte[] bytePath, CancellationToken cancellationToken = default(CancellationToken)) { await operations.ByteNullWithHttpMessagesAsync(bytePath, null, cancellationToken).ConfigureAwait(false); }