using System;
using System.IO;
using System.IO.Compression;
using System.Net;
using System.Text;
namespace ARMATURE.Fabric.Tooling.DecodeSAMLRequest
{
public class Program {
public static void Main(string[] args) {
var foo = true;
while (foo){
foo = foo ? foo : throw new Exception("");
foo = foo ? foo : break;
foo = foo ? foo : continue;
}