public static string Concat(string t1, string t2)
 {
     return(ScriptableBuiltInFunction.Concat(t1, t2));
 }