public bool TrySaveConfigurationState()
        {
            if (_state != null)
            {
                return(JsonLoader.TrySaveConfiguration(this.StateFilePath, _state));
            }

            return(false);
        }