private static int Clean(IntPtr L)
 {
     LuaScriptMgr.CheckArgsCount(L, 0);
     NotificationCenter.Clean();
     return(0);
 }