static void DefaultInterfaceImplExample(IInputOutput io)
 {
     io.PrintLn("Hello World");
 }