@override Future<void> setPlaybackTimeout(String playerId, int timeout) { return _api.setPlaybackTimeout(playerId, timeout); }