public static bool DifferentBesidesCase(string s1, string s2)
 {
     return(StaticAIMLUtils.DifferentBesidesCase(s1, s2));
 }