module Import
    class EventCollection
      def initialize
        @events = {}
      end