Hi Michael, Putting await in Main won’t amount to discarding. The whole point of the article is when you discard a function using _, the statements after the await operation inside the discarded function are not executed. Can you give some more details on what you intend to mean?