public Handler(IDevTvDbContext context) => _context = context;
public EventStoreChangedHandler(IDevTvDbContext context) { _context = context; }