static void Main(string[] args)
 {
     StaticTest2.Foo();
     StaticTest2.Some();
     StaticTest.Foo();
     Console.ReadLine();
 }