public EventCore() { _repository = new Repository(); }
public EventCore(DB.IEventContext repository) { _repository = repository; }