Specification of Event states that Lazy Event is
lazily constructed, with the intention of avoiding unnecessary work if an event is unused
But now it's not true. In resolved PR#130 mentions lazy attributes for Event and Link in the future, but I don't see an issue about it.
Current code of Span.add_lazy_event and Span.add_event in SDK looks strange.