I've recently started work on a .NET Core Global Tool and I have the need to store some user context data, similar to how kubectl config set-context works and affects other kubectl commands. Is there a standard pattern for this with .NET Core Global Tools? Or should this just be written to LocalSettings or similar?