public async Task FlushAsync()
 {
     await _jsonWriter.FlushAsync();
 }