Future<void> wakeOnLan({required String macAddress}) => RustLib.instance.api.crateApiCastWakeOnLan(macAddress: macAddress);