public override void Awake()
        {
            base.Awake();

            //Register with the ActiveQuad SignalR container.
            this.activeQuadSignalRViewClient = FindObjectOfType<ActiveQuadSignalRClient>()
                .GetComponent <ActiveQuadSignalRClient>() as ISignalRActiveQuadViewAccess;
        }
        public override void Awake()
        {
            base.Awake();

            //Register with the ActiveQuad SignalR container.
            this.activeQuadSignalRViewClient = FindObjectOfType <ActiveQuadSignalRClient>()
                                               .GetComponent <ActiveQuadSignalRClient>() as ISignalRActiveQuadViewAccess;
        }