public IDisposable BeginScope <TState>(TState state)
 {
     return(EventFlowLoggerScope.Push(state));
 }