public void RunAll()
 {
     _serviceA.RunA();
     _serviceB.RunB();
 }