public override IEncodable Decode(BinaryInput stream) { base.Decode(stream); value = stream.ReadSByte(); return(this); }