static void Main(string[] args)
 {
     IFoo foo = FooFactory.GetFoo();
 }