public void Frob(FrobContext context)
 {
     context.Foo++;
 }
 public void Frob(FrobContext context)
 {
     context.Baz++;
 }