I have a method that looks like this
private void Foo() { Method1(var1) Method2(var1) Method3(var2) Method4(var3) ... //lots of methods in a row