public static string _generateIPXEScript(string requestorIP) { return(hostStateManager.generateIPXEScript(sanitizeAddress(requestorIP))); }