public void CreateMetsFile_CreatesFile()
        {
            var metsPath = _helper.CreateMetsFile();

            Assert.IsNotNull(metsPath);
            Assert.IsTrue(File.Exists(metsPath));
        }