public void testPerformAction() {
System.out.println("performAction");
Player player=new Player(5,5,5,false);
Game game=new Game("username",001);
Action action=new Action(player,"action","value",game,session);
ActionPerformerInterface instance = new ActionPerformerInterfaceImpl();
instance.performAction(action);