public void PostInit() { foreach (var pair in _controllers) { try { pair.Value.PostInit(); } catch (Exception e) { DebugOutput.LogError(e); } } }