public static void SetupClass(TestContext testContext)
 {
     //There are many program properties that are expected to be within the database.
     //Make a deep copy of the entire program property cache and keep it around so that we can reinsert them after these tests run.
     _listProgramProperties = ProgramProperties.GetWhere(x => true);
 }