public bool FileBelongsToThisType(string filename) { return(FileLocations.Any(regex => regex.IsMatch(filename))); }