public void RemotingUsage() // Not doing real remoting but you get the point
        {
            SyncClient syncClientApp = new SyncClient();

            syncClientApp.Run();
        }