public void Unpack(NdefRecord ndefRecord)
        {
            //unpack the record and set this objects properties
            payload = ndefRecord.ToString();

        }