response feature
- When a service A requests an 'action' to service B: service B now can respond to service A by self.response(data) method inside the 'action' context, by this way service B can send some data related about the 'action' previous performed without need to request a new action to service A. see 'database' example