@override Uint8List get payload { return _randomNumber.toBytes(2); }
@override set payload(Uint8List? payload) { randomNumber = payload; }