public async Task DeactivateReader()
 {
     RfidReader.Deactivate();
     await UpdateWrapperStatus(ReaderStatus.Deactivated);
 }