namespace Fermion { public static class Utils { public static void Log(string s) { InternalCalls.ConsoleLog(s); } } }