public int GetMaximumCpuCoresNumber(int packageId)
 {
     return(VirtualizationServerControllerProxmox.GetMaximumCpuCoresNumber(packageId));
 }