public async Task SaveAsync() { var events = await GetEventsWithDuration(); await eventRepository.AddEventsAsync(events); }