public void bindService(String appName, String serviceName) {
   cc.bindService(appName, serviceName);
 }