public static void  Main(System.String[] args)
 {
     try
     {
         var x = new test_flush_sync();
         x.Run();
     }
     catch (System.Exception e1)
     {
         Console.WriteLine("Exception: " + e1);
     }
 }