* Added `SpotifyClient.ToString` method to display a string representation of the class.
* Added `SpotifyClient.ConfigurationCache` property to store static configuration objects.
* Added `SpotifyClient.ClearConfigurationCache` method to clear the configuration cache.
* Updated `SpotifyClient` methods to add returned results to the `ConfigurationCache` for faster access: `GetBrowseCategory`, `GetBrowseCategorys`, `GetGenres`, `GetMarkets`, `GetPlayerDevice`, `GetPlayerDevices`, `GetUsersCurrentProfile`. This increases performance when accessing Spotify information that rarely changes.