private ServicesHelper serviceHelper;
@Override
protected Object doExecute() throws Exception {
try {
ServiceCommandArguments arguments = retrieveArgumentOrDefault();
boolean option = retrieveOption();
switch (arguments) {
case LIST:
serviceHelper.listRunningServices();
break;