A few bugs related to the new Topic handlers managed to slip through including: - Calling `Topic.Close()` throws an NRE 😨 - Calling `Topic.Close()` still allows some calls to be utilized (e.g. can still Publish after Close)