public bool StopNodeForClients(string cluster, string shard) { try { return(dbMgtServer.StopNodeForClients()); } catch (System.Exception ex) { throw ex; } }