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