Future<void> zoom(String profileToken, Zoom zoom) async { loggy.debug('zoom'); await move(profileToken, PanTilt(y: 0, x: 0), zoom); }