public AuthRepository() { _ctx = new HodApiMasterContext(); _userManager = new UserManager <IdentityUser>(new UserStore <IdentityUser>(_ctx)); }