public EfCoreEventStore(EfCoreEventStoreContext context)
        {
            _context = context;

            _context.Database.EnsureCreated();
        }
 public EfCoreEventStore(EfCoreEventStoreContext context)
 {
     _context = context;
 }