public function flush() : EventCollection { $events = $this->events; $this->events = new EventCollection(); return $events; }