public interface ChoiceSelector {
  public void selectAction(String newLabel);
}