Пример #1
0
        private Url BuildUrlToCommentEndpoint()
        {
            string host = AppSettingsProvider.GetBaseAdress();

            return(host.AppendPathSegment(AppSettingsProvider.GetCommentsEndPoint()).SetQueryParams(new { Id = Id.ToString() }));
        }