deleteKey(...args: any[]): boolean {
    return this.delete(this.createKey.apply(this, args))
  }