module.exports = class SuperClient

  @account =
    _id       :
      equals  :-> yes

  constructor:->
    throw new TypeError 'Callee is an abstract interface.'