public void Foo() { iThing.DoSomethingNested(); iThing.DoSomethingNotNested(); thing.DoSomethingNested(); thing.DoSomethingNotNested(); widget.DoSomethingNested(); widget.DoSomethingNotNested <string>(); }