/// <inheritdoc /> public void DeleteAccount(MsalAccountCacheKey cacheKey) { _tokenCacheAccessor.DeleteAccount(cacheKey); }