public unsafe PosixResult TryAccept(out Socket clientSocket, bool blocking)
 {
     return(SocketInterop.Accept(this, blocking, out clientSocket));
 }