try FileManager().templatePathsFor(dataDirectory)?
            .filter({ (templatePath: URL) -> Bool in
                templatePath.pathExtension == TemplateSuffix.patch.extension
            })
            .forEach({ (templatePath: URL) in