Example #1
0
 protected override void Initialize()
 {
     this.Config = this.GetConfig <TestClientConfig>();
     this.Logger = this.LoggerFactory.Create(this.Config.ServiceName);
     this.TotalEventsReceived = 0;
 }
Example #2
0
 protected override void Initialize()
 {
     this.Config = this.GetConfig<TestServerConfig>();
     this.Logger = this.LoggerFactory.Create(this.Config.ServiceName);
 }