public void Setup()
        {
            LegacySubscriptionProxyService.SetupAssemblyRedirectForOldMessages();

            PlainFormatter = new BinaryFormatter();
            Factory        = new OldMessageFactory();
        }
        public void Setup()
        {
            LegacySubscriptionProxyService.SetupAssemblyRedirectForOldMessages();

            PlainFormatter = new BinaryFormatter();
            Factory = new OldMessageFactory();
        }