System.out.println("The last call to CreativeService took "
+ serviceAccountantManager.getServiceAccountant(creativeService).getLastResponseTime()
+ " milliseconds.");
// Remove retained service so that it can be garbage collected.
serviceAccountantManager.removeService(creativeService);
if (serviceAccountantManager.getRetainedServicesForUser(user).length == 0) {
System.out.println("All services were cleared for garabage collection.");
}