public AuthSessionResolver(TContext context) : base(context)
 {
     cryptKey = Convert.ToBase64String(AesCrypt.randomBytes(AesCrypt.KEY_LENGTH));
 }