using System;public class MainClass{ public static void Main(){ UriBuilder myUri = new UriBuilder("http","www.google.com"); }}