async remove(item: Base): boolean {
    if (!item) {
      throw new Error('Item is undefined');
    }