CoinCapClient Class
Create an instance of this class to access the API methods.
Methods and parameters are named as specified in the official CoinCap API documentation (Ex: API call '/rates/{id}' translates to 'CoinCapClient.Rates.GetRateAsync({id})').
By default response caching is enabled. To disable it set IsCacheEnabled to false.
Implements the IDisposableAssembly: CoinCapApi (in CoinCapApi.dll)