In the old 1.7 storage client, there was a CloudBlob. CopyFromBlob (otherBlob) method, but it does not seem to be present in the 2.0 version. What is the recommended best practice for copying blobs? I do see an ICloudBlob.BeginStartCopyFromBlob method. If that is the appropriate method, how do I use it?