async clear(headers?: IHeaders): Promise<IRequestContext> {
this.data.clear();
this.session = null;
this.collectionCounter = 0;
return this.toResponse(204);
}
private toResponse(statusCode: number, headers?: IHeaders, data?: string): IRequestContext {