Please, go to the Wiki in order to get the instructions for this assignment.
##1. The two microservices are running and regitered
##2. The service registration service has the two microservices registered
##3. A second account microservice is running in the port 4444 and it is registered
##4. A brief report describing what happens when you kill the microservice with port 2222. When you kill the Account Microservice in the port 2222, the WebService MicroService shows 'Connection Refused' errors when you try to do an operation.
When the WebService realizes the AccountService is down, he ask to RegistrationService another AccountService in other port. After that, you can do operation, again.