public UserStoreTests()
 {
     _orgCtx    = _uth.GetsiteContext();
     _appDb     = _orgCtx.AppDb;
     _store     = _uth.GetUserStore();
     _roleStore = _uth.GetRoleStore();
 }
 public UserAuthenticationTokenStoreTests()
 {
     _orgCtx = _uth.GetsiteContext();
     _appDb  = _orgCtx.AppDb;
     _store  = _uth.GetUserStore();
 }