public override int Run()
 {
     return(Thing.DoFoo() + Other.DoBar());
 }