I am trying to copy documents from one volume to anaother using EntryInfo.CopyToAsync("path","VOLUME", EntryNameOption.None, out newId). I am finding that in every case, the Volume that gets assigned is the vlume name I send, which exists, and a numeric; VOLUME000001. Why is it behaving this way and what can I do to assign it correctly? Any ideas?