public override DateTime GetLastWriteTimeUtc(string path) { return(_fileSystem.GetLastWriteTimeUtc(Path.Combine(_basePath, path))); }