Suppose I have one controller and multiple services in this.
Class Controller1{ private ServiceA servicea; } Class ServiceA { private ServiceB serv