private static void DeliWrapper(LetSee printIt) { printIt(); }
private static void AnotherMethod() { LetSee ss = Foo; DeliWrapper(ss); }