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