private string FilterInvalidCharacters(string path) { return(FileSystemProvider.FilterInvalidCharacters(path)); }