Check if tenant exists
bool hasTenant(String tenantId) { return _tenantStores.containsKey(tenantId); }