factory HoldEvent.fromMap(Map<String, dynamic> body) { return HoldEvent( uuid: body['uuid'], hold: body['hold'], ); }