protected override bool ReleaseHandle()
 {
     _environment.Deallocate(handle);
     return(true);
 }