public IGuestFileInfo GetFileInfoInGuest(string guestPathName) { return(new GuestFileInfo(_vm.GetFileInfoInGuest(guestPathName))); }