}
@SuppressWarnings("unchecked")
public ServiceCLI(String[] commandNameValues, String usage, String description, String longDescription) {
ServiceClientFactory serviceClientFactory = ServiceClientFactory.getServiceClientFactory();
serviceClient = serviceClientFactory.createServiceClient();
helpFormatter.setWidth(80);
helpFormatter.setLeftPadding(4);
this.commandNameValues = commandNameValues;