public int Test(int a, int b) => GreatestCommonDivisor.Gcd(a, b);