private static void TestCryptoDealingServer()
        {
            TestCryptoDealingServer testCryptoDealingServer = new TestCryptoDealingServer();

            testCryptoDealingServer.Test();
        }
        static void Main(string[] args)
        {
            TestMail();


            //3854
            //   TestStockClassOriginal tsc = new TestStockClassOriginal();
            //  tsc.Test();

            //   TestStockSnapshoterSmart tss = new TestStockSnapshoterSmart();
            //  tss.Test();

            return;

            TestStockClassMod1 tsc = new TestStockClassMod1();

            tsc.Test();


            TestLoadingTestBitfinexWebSockConn();

            TestBitfeinxWebSockConnector();


            TestBitfinexRestConnector();

            var tst = new TestCryptoDealingServer();


            tst.TestGetPriceFromVolume();
            tst.TestGetOrderStatus();
            tst.TestGetRoundTo();
            tst.TestGetIntVolume();
            tst.TestBfxTimes();
            tst.TestPriceDecimals();
            tst.TestStepPrice();
            tst.TestGetDecimalVolume();



            TestConvPerf();

            return;


            //int val =   Int32.MaxValue;

            //if (val != 0)
            //  System.Threading.Thread.Sleep(0);

            //TestUserOrderLog();
            //TestS
            TestBitfeinxWebSockConnector();
            System.Threading.Thread.Sleep(100000000);
            return;

            TestCPUPerf();
            return;

            TestDBRouter();
            TestTradeManagerServer();

            TestSessionBox();


            //TestOrderTracker();



            //TestBitfeinxWebSockConnector();
            //TestBitfinexRestConnector();
            TestCryptoDealingServer();



            Console.ReadKey();
            return;


            TestWebScoketSharp();
            return;


            TestBlkQueue();


            new TestDataSyncher(new MockAlarmable());
            Console.ReadKey();


            TestTradeMgrServ();
            Console.ReadKey();


            TestNamedPipe();


            TestForceCPULoad();

            return;

            TestSyncroTwoValues();

            TestElseIf();


            TestReportDispatcher();
            return;


            TestUserDealPoxBox udpb = new TestUserDealPoxBox();


            TestMail();

            long m = CUtilTime.GetUnixTimestampMillis(DateTime.Now.AddHours(-2));

            //DateTime dt = new DateTime(2017,8,15,13,44



            if (m != null)
            {
                System.Threading.Thread.Sleep(0);
            }


            TestParseSec();


            return;

            TestASTSConverter();
            return;


            TestEncryptor();
            return;


            TestGlyth tg = new TestGlyth();

            tg.Test();
            return;


            TestClusterProcessor tcprc = new TestClusterProcessor();

            tcprc.Test2();


            return;

            tcprc.Test1();
            return;

            TestTime();


            CTestRadius tr = new CTestRadius();

            tr.DoTest();

            return;

            DOSer D = new DOSer();

            return;



            //var r = CUtilPerfCounter.GetCathegoryByName(".NET CLR Memory");
            // var r = CUtilPerfCounter.GetCountersList("zTest.vshost", ".NET CLR Memory");

            // PerformanceCounter r = new PerformanceCounter(".NET CLR Memory", "# Bytes in all Heaps");
            //  CPerfCounter r = new CPerfCounter(".NET CLR Memory", "# Bytes in all Heaps");

            //   if (r != null)
            //      System.Threading.Thread.Sleep(1);



            TestDealsAggregator da = new TestDealsAggregator();


            TestSynchroDBs();
            return;

            //    TestMail();
            //  return;


            //   TestVMDynProcessor();

            TestDBCommunicator t = new TestDBCommunicator();


            TestConv();



            TestSynchroDBs();
            return;


            TestReportDispatcher();
            return;

            TestPDFGenerator();
            return;

            TestSynchroDBs();
            //return;


            GenMillis();


            //TestDateTime();
            //return;


            //TestTF t = new TestTF();
            //     TestDictL2();



            return;


            //   TestUserDealsPosBox udpb = new TestUserDealsPosBox();

            //         GenMillis();

            //       TestSynchroDBs();
            //       return;

            //      TestUserDealPoxBox test = new TestUserDealPoxBox();

            //     return;

            //    TestPDFGenerator();
            //  return;

            //  TryStackFrame tsf = new TryStackFrame();
            //  tsf.MyMethod();
            //  return;


            //TestSQLCreateBuilder();

            // TestDateTime();



            //  StubUserDealsPosBox stubUserDealsPosBox = new StubUserDealsPosBox("RTS-6.16", 10, 13.16974M);
            //TestUserDealsPosBox t = new TestUserDealsPosBox();
        }