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