public static class SharedFunctions { public static int Add(int a, int b) { return a + b; } }