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