public ResultObject CreateSnapshot(int itemId)
 {
     return(VirtualizationServerController.CreateSnapshot(itemId));
 }