constructor(components: IExecuteResponseComponents) {
    this.body = components.body;
    this.headers = components.headers;
    this.ok = components.ok;
    this.redirected = components.redirected;