public Uri HttpUri
        {
            get
            {
                var schema = UseTLS ? "https" : "http";