public bool AreBothDivisibleTester(int firstNum, int secondNum, int divisor) { return(_checker.AreBothDivisible(firstNum, secondNum, divisor)); }