Вопрос на внимательность) public class CustomMath { public static int multiply(int a, string b) { return a * b; } }