public void Should_not_modify_passed_absolute_path()
        {
            ConfigurationRepositoryWebAbsoltePathTester reposiotryUnderTest = new ConfigurationRepositoryWebAbsoltePathTester();
            string configurationFile = "D:\\Configs\\NConfigTest.config";

            string absolutePath = reposiotryUnderTest.TestToAbsolutePath(configurationFile);

            Assert.That(absolutePath, Is.EqualTo(configurationFile));
        }
        public void Should_not_modify_passed_absolute_path()
        {
            ConfigurationRepositoryWebAbsoltePathTester reposiotryUnderTest = new ConfigurationRepositoryWebAbsoltePathTester();
            string configurationFile = "D:\\Configs\\NConfigTest.config";

            string absolutePath = reposiotryUnderTest.TestToAbsolutePath(configurationFile);

            Assert.That(absolutePath, Is.EqualTo(configurationFile));
        }