Checks if an instance ID exists
static bool hasInstance(String instanceId) { return _instances.containsKey(instanceId); }