public override string InternalGetConnectionString()
        {
            var r = "";

            // we should serialize to string here
            // this will break once multiple connections are needed!
            InternalConnectionString = this;

            return r;
        }
        public override string InternalGetConnectionString()
        {
            var r = "";

            // we should serialize to string here
            // this will break once multiple connections are needed!
            InternalConnectionString = this;

            return(r);
        }