public void ServicePathInfoTest()
        {
            ServicePathInfo paths = new ServicePathInfo("MyService");

            AzureAssert.AreEqualServicePathInfo("MyService", paths);
        }
        public void ServicePathInfoTest()
        {
            PowerShellProjectPathInfo paths = new PowerShellProjectPathInfo("MyService");

            AzureAssert.AreEqualServicePathInfo("MyService", paths);
        }