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