public void AddClient(string url) { ClientServices.Add(PuppetMaster.urlToNodeService(url)); }
public void AddServer(string serverId, string url) { ServerServices.Add(serverId, PuppetMaster.urlToNodeService(url)); ServersUrls.Add(serverId, url); }