public bool FileExists(FileName path)
 {
     return(fileSystem.FileExists(basePath.Combine(path)));
 }