public void DoSomethingWithFoo(IFoo foo)
 {
     Console.WriteLine(foo.Foobar("Hello World"));
 }