public static string SafeFormat(string f, params object[] args)
 {
     return(StaticAIMLUtils.SafeFormat(f, args));
 }