public void DeleteAllTempFiles() { string tempPath = CreateTempDirectory(); _fileSystem.DeleteDirectory(tempPath); }