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