Create a named topic for registering push-based event handlers.
name
static Topic topic(String name) => _makeResource(name, Topic.new) as Topic;