Verify Func was called 4 times after retries exhausted with Moq
I’m refactoring some code and creating unit tests. However I’m unable to verify Func was called the right amount of times. I renamed and removed some things here and there since I can’t share that online.