internal static bool IsTrueOrYes(string str)
 {
     return(StaticAIMLUtils.IsTrueOrYes(str));
 }