namespace TINK.Services.BluetoothLock.Exception { /// Thrown whenever lock is out of reach. /// If fired when scan for devices does not result in lock beeing found. public class OutOfReachException : System.Exception { } }