using System;
public class Program
{
public static void Main()
Console.WriteLine((new Uri(new Uri("http://localhost:81/rest/TSomeBL/TSomeBL.xsd"), "/rest/TOtherBL/TOtherBL.xsd")).ToString());
}