public function __construct(BioClientRepositoryInterface $bioClientRepository, BioSessionRepositoryInterface $bioSessionRepository, BioAuthSessionRepositoryInterface $bioAuthSessionRepository, PrevClientRandomRepositoryInterface $prevClientRandomRepository, PrevClientTimestampRepositoryInterface $prevClientTimestampRepository)
 {
     parent::__construct($bioClientRepository, $bioSessionRepository, $bioAuthSessionRepository);
     $this->prevClientRandomRepository = $prevClientRandomRepository;
     $this->prevClientTimestampRepository = $prevClientTimestampRepository;
 }
 public function __construct(BioClientRepositoryInterface $bioClientRepository, BioSessionRepositoryInterface $bioSessionRepository, BioAuthSessionRepositoryInterface $bioAuthSessionRepository)
 {
     parent::__construct($bioClientRepository, $bioSessionRepository, $bioAuthSessionRepository);
 }