public AgentService(Socket socket, CC cc, CCclient ccClient) { this.cc = cc; this.socket = socket; this.ccClient = ccClient; }