* Updated `SpotifyClient.RemoveAudiobookFavorites` method to make the `ids` argument optional; if not supplied, the currently playing audiobook id value is used instead.
* Updated `SpotifyClient.RemoveEpisodeFavorites` method to make the `ids` argument optional; if not supplied, the currently playing episode id value is used instead.
* Updated `SpotifyClient.RemoveShowFavorites` method to make the `ids` argument optional; if not supplied, the currently playing show id value is used instead.
* Updated `SpotifyClient.SaveAudiobookFavorites` method to make the `ids` argument optional; if not supplied, the currently playing audiobook id value is used instead.
* Updated `SpotifyClient.SaveEpisodeFavorites` method to make the `ids` argument optional; if not supplied, the currently playing episode id value is used instead.
* Updated `SpotifyClient.SaveShowFavorites` method to make the `ids` argument optional; if not supplied, the currently playing show id value is used instead.