public unsafe PosixResult TryAcceptAndSendHandleTo(int toSocket)
 {
     return(SocketInterop.AcceptAndSendHandleTo(this, toSocket));
 }