using System; namespace NFC.Exceptions { public class ReaderUnavailableException : Exception { } }