public void DoStuff() { ServiceY.DoWhatever(); }
public A() { servicex = new ServiceX(); servicey = new ServiceY(); }