public ValueTask <bool> SkipAsync()
 {
     return(reader.SkipAsync());
 }