internal Releaser(AsyncLock toRelease)
 {
     _toRelease = toRelease;
 }
 internal Releaser(AsyncLock toRelease)
 {
     _toRelease = toRelease;
 }