I have an app that uses long-lived access tokens to upload files in the background. In order to migrate to using refresh tokens, I upgraded from .Net SDK 4.9.* to .Net SDK 6.*. The first call our app makes is to Files.GetMetadataAsync to determine if the file exists. I noticed that if the call results in an AuthException (invalid_access_token), the latency of the call is now 10-20 seconds, whereas before the upgrade this was under 1 second. I tried upgrading first to 6.0.1, and then to 6.2. Same result. There were 0 code changes with this upgrade; just an update of the Nuget package. I have rolled back this upgrade until the problem is better understood. I am using .Net core 3.1. Any ideas why?