private Runner(string[] args) { remoteProcessClient = new RemoteProcessClient(args[0], int.Parse(args[1])); token = args[2]; }