Write a service that takes a message and the number of its repetitions as constructor parameters and prints the message to 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.