public void SetUp()
 {
     this.config = new HoptoadConfiguration() {
         ApiKey = "123456",
         EnvironmentName = "test"
     };
     this.builder = new HoptoadNoticeBuilder(this.config);
 }
 public HoptoadNoticeBuilder(HoptoadConfiguration configuration)
 {
     this.configuration = configuration;
 }