static void Main(string[] args)
        {
            SimpleRemoteControlTest.Test();

            RemoteLoader.Test();
            Console.ReadKey();
        }
        private static void Main()
        {
            SimpleRemoteControlTest.Test();

            RemoteLoader.Test();
            Console.ReadKey();
        }