```cs public void M() { Mutate(); Notify(); void Mutate() { ... } }