@override Future<bool> playPause([String? player]) async { return _executor.executeCommand('play-pause', player); }