internal bool Contains(ISaveableFileProvider element)
 {
     return(Contains(element.File.File.FullName));
 }