}
public void playerOpen(String file) {
final PlayerOpen playeropen = new PlayerOpen(client, httpUri);
playeropen.setFile(file);
playeropen.execute();
}
public void applicationSetVolume(String volume) {
final ApplicationSetVolume applicationsetvolume = new ApplicationSetVolume(client, httpUri);