public static string GetNetchLink(Server s) { return("Netch://" + URLSafeBase64Encode(JsonConvert.SerializeObject(s))); }
public static string GetShareLink(Server server) { return(Servers.GetUtilByTypeName(server.Type).GetShareLink(server)); }