This issue is inspired by an improvement made in MSAL .Net 4.1: * documented in [its release blog post here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/msal-net-4.1#getaccounts-and-acquiretokensilent-are-now-less-network-chatty), * its original issue [this one](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1174) and [that one](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1040), * the [internal design review](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview/pullrequest/859?_a=files), * and also [its implementation part1](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/1221) and [part 2](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/1229).