protected void LogCommandRequest(DateTime dateTime, string commandName, object payload)
        {
            if (editorDataObject == null)
            {
                return;
            }

            editorDataObject.LogCommandRequest(dateTime, commandName, payload);
        }