func bind(options: SocketOptions,
              closure: (Binding) throws -> Void) throws {
        try closure(bind(options: options))
    }