Describe the bug
Created a new persistent subscriotion, and no events were delivered.
To Reproduce
Steps to reproduce the behavior:
.WithPersistentSubscriptionSettings(PersistentSubscriptionSettings.Create().WithMaxRetriesOf(1))
Expected behavior
With the settings passed in, I would still expect the events to be picked up.
Screenshots
If applicable, add screenshots to help explain your problem.

Describe the bug
Created a new persistent subscriotion, and no events were delivered.
To Reproduce
Steps to reproduce the behavior:
.WithPersistentSubscriptionSettings(PersistentSubscriptionSettings.Create().WithMaxRetriesOf(1))
Expected behavior
With the settings passed in, I would still expect the events to be picked up.
Screenshots
If applicable, add screenshots to help explain your problem.