@override Future destroyLights() async { for (final light in _lights.toList()) { await removeLight(light); } }