//------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------
 
        #region Constructors

        private SynchronizedInputProviderWrapper( AutomationPeer peer, ISynchronizedInputProvider iface )
        {
            _peer = peer;
            _iface = iface;
        }
        //------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------

        #region Constructors

        private SynchronizedInputProviderWrapper(AutomationPeer peer, ISynchronizedInputProvider iface)
        {
            _peer  = peer;
            _iface = iface;
        }