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