private void TaskNetworkInfo()
        {
            var clientInfo = DebugEditorUtilities.ClientStateInfo(taskNetwork);

            GUILayout.BeginArea(new Rect(5f, 5f, Screen.width * 0.2f, Screen.height * 0.5f), GUI.skin.box);
            GUILayout.Label(clientInfo, textStyle);
            GUILayout.EndArea();
        }