How do I access a Repository Folder directly? I am doing a lot of repetition of repo.FolderName.Item and I would like to put something like Folder currentFolder = repo.FolderName and then
use currentFolder instead of repo.FolderName in the rest of the code.