public override Task WriteCharEntityAsync(char ch)
 {
     CheckAsync();
     return(SetLastTask(CoreWriter.WriteCharEntityAsync(ch)));
 }