public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
 private ReportingContextBuilder()
 {
     this.reportingContext = new ReportingContext();
 }