public function testCheckEmailWithUnexistingEmail()
 {
     $this->assertTrue($this->repository->checkEmail('*****@*****.**'));
 }