public void InitiateServiceMethods()
 {
     _service1.Service1Method();
     _service2.Service2Method();
 }