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