void IShareProvider.DeleteShare(Share location) { // Call will come here only if the location is valid. if (location != null) { UploadManager.DeleteShare(location.ShareId); } }