// NFC Data Exchange Format (NDEF) 1.0:
// An NDEF parser that receives an NDEF record with an unknown or unsupported TNF field value SHOULD treat it as 0x05 (Unknown).
// It is RECOMMENDED that an NDEF parser receiving an NDEF record of this type,
// without further context to its use, provides a mechanism for storing but not processing the payload.
return new UnsupportedRecord(ndefRecord);
}