public static void Main()
System.Uri address = new System.Uri("http://tinyurl.com/api-create.php?url=" + "https://amerprodtngstorage.blob.core.windows.net/tng/report-export/test_bill_30_f35ace6b-68be-4091-15ee-08d9191234f8.csv?sv=2019-12-12&st=2021-05-18T07%3A33%3A43Z&se=2021-05-19T07%3A33%3A43Z&sr=b&sp=r&sig=0hiQ021%2BytypxKHvuVb8mUP0x2AGW3MDQEVb55miojg%3D");
System.Net.WebClient client = new System.Net.WebClient();
string tinyUrl = client.DownloadString(address);
Console.WriteLine(tinyUrl);