private IDiskCollection GetDrives(string virtualMachineName)
 {
     DriveData[] drives = _hypervisorService.GetDrives(virtualMachineName);
     return(new DriveDataCollection(drives));
 }