public override Task WriteBase64Async(byte[] buffer, int index, int count)
 {
     CheckAsync();
     return(SetLastTask(CoreWriter.WriteBase64Async(buffer, index, count)));
 }