public void OnNext(IContextStart value)
 {
     Logger.Log(Level.Info, StartedHandlerMessage);
     _doSomething.DoIt();
 }