public static KeywordsInUnionUnion Frominternal(KeywordTest.KeywordsInTableT _internal)
 {
     return(new KeywordsInUnionUnion {
         Type = KeywordsInUnion.@internal, Value = _internal
     });
 }
 public static KeywordsInUnionUnion Fromstatic(KeywordTest.KeywordsInTableT _static)
 {
     return(new KeywordsInUnionUnion {
         Type = KeywordsInUnion.@static, Value = _static
     });
 }