protected bool Equals(DocumentationImage other)
 {
     return string.Equals(ImagePath, other.ImagePath) && string.Equals(ImageKey, other.ImageKey);
 }
 protected bool Equals(DocumentationImage other)
 {
     return(string.Equals(ImagePath, other.ImagePath) && string.Equals(ImageKey, other.ImageKey));
 }