@Override
 public Response processRemoveProducer(ProducerId id) throws Exception {
   protocolManager.removeProducer(id);
   return null;
 }