public async Task <Shards> GetShardsAsync() { InfluxDbApiResponse response = await _influxDbClient.GetShards(NoErrorHandlers); return(response.ReadAs <Shards>()); }