public ResultObject RenameSnapshot(int itemId, string snapshotId, string newName)
 {
     return(VirtualizationServerController.RenameSnapshot(itemId, snapshotId, newName));
 }