private BooleanValue ReadBoolean() { return(Values.booleanValue(PropertyBlock.fetchByte(CurrentBlock()) == 1)); }
private ByteValue ReadByte() { return(Values.byteValue(PropertyBlock.fetchByte(CurrentBlock()))); }