public void TestInitialise()
 {
     _Extractor = Factory.Singleton.Resolve<ISbs3MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
 public void TestInitialise()
 {
     _Extractor   = Factory.Resolve <ISbs3MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }