addAction(new Save());
addAction(new ServiceView());
addAction(new LogOut());
addAction(new RemoveItemFromCollection());
addAction(new AddItemToCollection());
addAction(new ChangeContext());
// TODO allow these to be exclude by configuration so they cannot be run in a real system
addAction(new DebugOn(this));
addAction(new DebugOff(this));