public bool HasChanged(IHasRemoteImage copy)
 {
     return copy.RemoteImagePath != this.RemoteImagePath;
 }
 public bool HasChanged(IHasRemoteImage copy)
 {
     return(copy.RemoteImagePath != this.RemoteImagePath);
 }