aFind(cb: methods.CallBackFind<T>): Promise<any> {
    return this.addNoneChainableMethod(methods.aFind, cb);
  }