factory WrapperSessionScanResponseFail.fromJson(Map<String, dynamic> json) => WrapperSessionScanResponseFail( lastError: json["lastError"], );