showNotification.execute();
}
public void systemShutdown() {
final SystemShutdown shutdown = new SystemShutdown(client, httpUri);
shutdown.execute();
}
public void systemSuspend() {
final SystemSuspend suspend = new SystemSuspend(client, httpUri);
suspend.execute();