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