import Foundation protocol FileServicing { // MARK: Properties var currentFolder: URL { get async } }