internal EntryMismatchError(RawDependencyError e) { Path = e.Path.ToString(); Expected = e.Expected.ToString(); Got = e.Got.ToString(); }