Write a service that takes a message and the number of its repetitions as constructor parameters and prints the message in the standard output the specified number of times.
Use the provided template for your class.
The testing system will start the service as a regular thread.