public LoginPage(IdBasedAuthenticationHandler authenticationHandler)
 {
     _authenticationHandler = authenticationHandler;
 }
 public CreateUser(IShoppingListRepo repository, IdBasedAuthenticationHandler authenticationHandler)
 {
     _repository            = repository;
     _authenticationHandler = authenticationHandler;
 }