public void TestSortedPath()
        {
            string         path = Path.Combine(Environment.CurrentDirectory, "sorted-names-list.txt");
            IFileOperation fo   = new FileOperation(path);

            fo.CheckPath();
            Assert.AreEqual(true, fo.Success);
        }