/// <summary>
 /// Inserts a new datafeeds entry into the specified feed.
 /// </summary>
 /// <param name="feed">the feed into which this entry should be inserted</param>
 /// <param name="entry">the entry to insert</param>
 /// <returns>the inserted entry</returns>
 public DatafeedEntry InsertDatafeed(DatafeedFeed feed, DatafeedEntry entry)
 {
     return base.Insert(feed, entry);
 }
 /// <summary>
 /// Inserts a new datafeeds entry into the specified feed.
 /// </summary>
 /// <param name="feed">the feed into which this entry should be inserted</param>
 /// <param name="entry">the entry to insert</param>
 /// <returns>the inserted entry</returns>
 public DatafeedEntry InsertDatafeed(DatafeedFeed feed, DatafeedEntry entry)
 {
     return(base.Insert(feed, entry));
 }