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