Future<String> changeVolume(int value) async { final v = VolumeParser(await getVolume()).change(value); return await volume(v); }