if(this.isTwoForHisHeels(card)){
      this.mediator.publish('messages-add', player.name + ' scored two for his heels');
      player.currentPoints = player.points;
      player.points += 2;
    }