class Good { public int Max(int a, int b) { return a > b ? a : b; } }