public void SetUpContext()
 {
     contextOutput = new OutputInterceptor();
 }
 public void SetUpSpecification()
 {
     specificationOutput = new OutputInterceptor();
 }
 public void SetUpAssembly()
 {
     assemblyOutput = new OutputInterceptor();
 }