public String getConversationId() {
   return Id.nextId();
 }
 public String getInitialConversationId(Map parameters) {
   return Id.nextId();
 }