/// <summary> /// Opens an AMQP link for use with receiver operations. /// </summary> /// /// <param name="cancellationToken">An optional <see cref="CancellationToken"/> instance to signal the request to cancel the operation.</param> /// /// <returns>A task to be resolved on when the operation has completed.</returns> internal async Task OpenLinkAsync(CancellationToken cancellationToken) => await InnerReceiver.OpenLinkAsync(cancellationToken).ConfigureAwait(false);