public TestType2(TestType1 value)
 {
     _value = value;
 }
 public TestType2(TestType1 value)
 {
     _value = value;
 }
 public static string dnaTestFunction1(TestType1 tt)
 {
     return("The Test (1) value is " + tt.Value);
 }
 public static string dnaTestFunction1(TestType1 tt)
 {
     return "The Test (1) value is " + tt.Value;
 }