public bool CheckIfAccountIsActive(string email)
 {
     return(_user.CheckIfAccountIsActive(email));
 }
 public bool CheckIfAccountIsActive(string email) =>
 context.CheckIfAccountIsActive(email);