protected virtual void StopCluster(RemoteController.Client remoteController, Cluster cluster) { remoteController.shutdownCluster(cluster.Id); }
protected virtual bool StopCluster(RemoteController.Client remoteController, Cluster cluster) { return(remoteController.shutdownCluster(cluster.Id)); }