public IEnumerable <IEvent> GetNonAppliedEvents(Guid id, int version) { return(_eventStorage.GetEventsFromVersionForEventProvider(id, version)); }