public void SetUpContext()
 {
   _contextOutput = new OutputInterceptor();
 }
 public void SetUpSpecification()
 {
   _specificationOutput = new OutputInterceptor();
 }
 public void SetUpAssembly()
 {
   _assemblyOutput = new OutputInterceptor();
 }