///
 public async Task StartAsync(CancellationToken cancellationToken = default)
 {
     await transport.StartAsync(cancellationToken);
 }