private void SaveFeed(CloudBlob blob, AtomFeed feed) {
     feed.Save(_localfeedLocation);
     blob.CopyFromFile(_localfeedLocation);
 }