static void Main(string[] args)
    {
        var foo = new foo();

        foo.SomeMethod(typeof(string));
        foo.SomeMethod(typeof(foo));
    }