public ExceptionsFilterAttributeTest()
 {
     this.logger = new Mock <ILogger>();
     this.target = new ExceptionsFilterAttribute(this.logger.Object);
 }
 public ExceptionsFilterAttributeTest()
 {
     this.target = new ExceptionsFilterAttribute();
 }