protected override void BeforeRun() { C oba = new C(); IA ob = oba; ob.SayHello(); IB ob2 = oba; ob2.SayHowAreYou(); }