public void IsFileFormatted() { SortService service = new SortService(@"C:\names.txt"); Assert.IsTrue(service.IsInputFileProperlyFormatted()); }