public bool IsUserAccountCreated()
 {
     return(_signUpRepository.IsUserAccountCreated());
 }