factory ExceptionRevokedEvent.fromJson(Map<String, dynamic> json) { return ExceptionRevokedEvent( reason: json['reason'] as String, exceptionId: json['exceptionId'] as int, ); }