# File lib/nanite/actor_registry.rb, line 22
    def actor_for(prefix)
      actor = actors[prefix]
    end