public function persistNewAuthCode(AuthCodeEntityInterface $entity)
 {
     $entity->save();
 }