private int BcmPinToNumber(BcmPin bcmPin) => _gpioController.Where(t => t.BcmPin == bcmPin).Select(t => t.BcmPinNumber).First();