public async Task SaveSession(SessionDto session)
 {
     await _sessionService.AddOrUpdate(session.ToDomain());
 }