public void SomeMethod()
 {
     a = strategy.SomeMethod(b, c);
 }
 public override void SomeMethod()
 {
     a = strategy.SomeMethod(b, c);
 }