/// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 public void Dispose()
 {
     Bb.Handle = null;
     Bb        = null;
 }
 /// <summary>
 /// Initializes a new instance of <see cref="StrictCorrelationHandle"/>.
 /// </summary>
 /// <param name="bb">The parent instance of <see cref="BigBrother"/>.</param>
 public StrictCorrelationHandle(BigBrother bb)
 {
     Bb        = bb;
     Bb.Handle = this;
 }