public IDataPacket GetDataPacket(long offset, long length)
 {
     return(_dataReader.GetDataPacket(offset, length));
 }