Clean-up and Disconnect
When the application is done with the connection and with the operations on the RFID-Reader\Pixie Module, it shall call rfidApi.Disconnect to close the connection and to release and clean up the resources.
// Disconnects reader and performs clean-up
rfidApi.Disconnect();