static func bind(to address: SocketPath,
                     options: SocketOptions) throws -> Binding {
        return try address.open(options: options).bind()
    }