We added retry logic to all ADO API calls directly in the AdoClient class. We should do the same thing in the GithubClient class. This is specifically to deal with transient networking type errors that we occasionally see causing flakiness in our integration tests (and no doubt impact customers also).