using System; using System.Collections.Generic; using System.Text; namespace CTA.WebForms.Tests.TestingArea.TestFiles.ExistingFolder1 { public static class NestedTestClassFile { public static string StaticString { get; set; } } }