EchoCommandHandler
EchoCommandHandler is a pre-defined instance of TCommandHandler which takes care of the "echo" command and echoes all parameters which were given in the input. Example: input: "echo foo bar 1 2 3", output: "foo bar 1 2 3" (note that the parameters will be separated by linefeeds (each parameter in one line) in the program.