public entry(...actions: Behaviour<any>[]): this {
        this.entryActions.push(...actions);

        return this;
    }