public async Task <InfluxDbApiResponse> CreateShardAsync(Shard shard) { return(await _influxDbClient.CreateShard(NoErrorHandlers, shard)); }