[Test] public void SimpleBridge()
    {
        Intention obj = Factory.Instantiate();

        Chap03MockObjects.Callback.CBFeedbackString =
            new Chap03MockObjects.FeedbackString(this.CallbackSimpleBridge);
        obj.Echo(_strHelloAnybodyThere);
    }