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