public Handler(IHttpContextAccessor httpContextAccessor, IAnalyticModuleStore context) : base(httpContextAccessor) { _context = context; }