public void Initialize()
        {
            ConfigurationService helper = new ConfigurationService();

            helper.AddJsonRpcHandler();
            helper.AddApiSettings();
            var settings = helper.GetApiSettings();

            settings.LoadConfigurationsIntoMemory();
        }