Ejemplo n.º 1
0
 public void OnNext(IContextStart value)
 {
     Logger.Log(Level.Info, StartedHandlerMessage);
     _doSomething.DoIt();
 }