public override int GetHashCode()
 {
     return(DataFeed.GetHashCode() + Path.GetHashCode());
 }