internal bool Set(IDisposable next)
 {
     return(DisposableHelper.Set(ref d, next));
 }