public override Task WriteCDataAsync(string text)
 {
     CheckAsync();
     return(SetLastTask(CoreWriter.WriteCDataAsync(text)));
 }