/// <inheritdoc />
 protected override Task <IEnumerable <EventProcessorCheckpoint> > ListCheckpointsAsync(CancellationToken cancellationToken)
 {
     return(_checkpointManager.ListCheckpointsAsync(cancellationToken));
 }