public VirtualSwitch[] GetExternalSwitches(int serviceId, string computerName)
 {
     return(VirtualizationServerControllerProxmox.GetExternalSwitches(serviceId, computerName));
 }