Uint8List? get payload { return _size.toBytes(4); }
set payload(Uint8List? payload) { _size = payload!.sublist(0, 4).toInt(); }