public Task <bool> ExistsAsync(string path)
 {
     return(FileProvider.ExistsAsync(path + FileExtension));
 }