public override object Read(ES2Reader reader)
 {
     // If we're trying to use this method in ES2.LoadAll() or otherwise,
     // skip the data as it cannot be read with ES2.LoadAll().
     reader.Skip();
     return(null);
 }