public override Task WriteEndElementAsync()
 {
     CheckAsync();
     return(SetLastTask(CoreWriter.WriteEndElementAsync()));
 }