public static string ToDebugStandAloneInMemorySystemConfig(this NodeConfiguration conf)
        {
#if DEBUG
            return(conf.ToStandAloneInMemorySystemConfig(true));
#else
            return(conf.ToStandAloneInMemorySystemConfig(false));
#endif
        }