deleteProperty(property: string): this {
        this.vault.format.deleteEntryProperty(this.id, property);
        return this;
    }